Hi
I have Custom form . In Lines i have field Rate. I want if type = 'XYZ' then in all lines Rate should be same. Type is a field of Option.
Thanks
*This post is locked for comments
Hi
I have Custom form . In Lines i have field Rate. I want if type = 'XYZ' then in all lines Rate should be same. Type is a field of Option.
Thanks
*This post is locked for comments
Try this, Onvalidate trigger of Type Field
If Type = Type::XYZ then
Rate := "value you want to populate of rate value"
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,436
Most Valuable Professional
nmaenpaa
101,156