Describe the issue
Extend Find Record Management Codeunit to support "Subscription" as type in Sales Lines.
Currently, the GetRecRefAndFieldsNoByType function in the Find Record Management codeunit does not support the "Subscription" type. This causes issues when working with Sales Lines where the type to is set to "Subscription".
Expected behavior
When a Sales Line has Type to set to "Subscription", the system should correctly return the record reference and field numbers corresponding to the appropriate related tables.
Steps to reproduce
- Create Sales Quote
- Create Sales Line
- Set Type as Subscription
- Set "No."
Additional context
No response
I will provide a fix for a bug