Hi,
I have created a Custom list page form whose data source is Sales table. But I have filtered data for only Invoiced records present in the data source for my custom form.
When I open a record in my custom form it navigates me to sales table details form i.e. a Detail Transaction form.
What my requirement is to open the same sales table form with my custom form but with limitations like it should be non editable and only the Invoiced Action pane tab should be visible.
Is there any solution to it. I want to open the salesTable form but with modification mentioned above only when I open it with my Custom form.
Please help.
ThankYou!!!!
Yes, it is possible.
You can use code to conditonally change the behaviour of SalesTable form, e.g. to change data source properties (such as Allow Edit) and change visibility of controls.
There you can also call args() method to get an object with information about how the form was called. Your custom form could activelly pass a parameter there, or you could check if SalesTable form was called from a particular form (your custom one) or through a particular menu item.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,113 Super User 2024 Season 2
Martin Dráb 229,918 Most Valuable Professional
nmaenpaa 101,156