Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Viewing all articles
Browse latest Browse all 11285

Forum Post: RE: Depending on a boolean field as an example "PO Receipt" in User SetUp page,how to show only the "Receive" option in The post action in purchase order when the field is in "True" condition.

$
0
0
Thank you sir, your advise helps me a lot. And finally I Solve this, The following code is: "User Setup".SETRANGE("User Setup"."User ID",USERID); IF "User Setup".FINDFIRST THEN BEGIN IF ("User Setup"."PO Recipt"=TRUE) THEN Selection := STRMENU(Text003,1); END;

Viewing all articles
Browse latest Browse all 11285

Trending Articles