Hello ,
May i know how to return a value of type ENUM in CAL.
Thank you in advance.
procedure GetCachedRState(): Enum RCheckState registrationImpl: codeunit "RImpl"; begin exit(registrationImpl.GetCachedRState()); end;
Hello ,
May i know how to return a value of type ENUM in CAL.
Thank you in advance.
procedure GetCachedRState(): Enum RCheckState registrationImpl: codeunit "RImpl"; begin exit(registrationImpl.GetCachedRState()); end;
Check the codeunit 5302 Outlook Synch. Type Conv there are functions in that codeunit to convert options to value or integer...
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,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156