Hello Dynamics Community,
I have added an action on the customer list called 'Change to Manual Application'
This action will normally change the application method from 'Apply to Oldest' to Manual under the payments tab in the customer card.
The problem is that all customers' application method are set as 'APPLY TO OLDEST'.
How can I achieve it through code that whenever I click on it it changes all the records application method to Manual.
Thanks for helping me.
hello
run a rec.modifyall(Manual,TRUE)
or instantiate another instance of the table giving it the same filters as the rec and then run the
modifyall(Manual,TRUE)
DAniele
You have to use the OnAction trigger for this.
You can read more about that trigger here:
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... 290,522 Super User 2024 Season 2
Martin Dráb 228,441 Most Valuable Professional
nmaenpaa 101,148