Hi,
In Purchase order while posting the GRN . when post is clicked following view shows. How to remove invoice & Receive and invoice.
Regards,
karthik
*This post is locked for comments
Hi,
In Purchase order while posting the GRN . when post is clicked following view shows. How to remove invoice & Receive and invoice.
Regards,
karthik
*This post is locked for comments
Hi,
Mohana as you said following option removed,in test its coming correct but when i updated in LIVE its not get changed. below mentioned screen shot.
Regards
Karthik
Hi,
As i checked this in my test database it works . when i moved to Live it not gets updated. can u help me to resolve.
Regards,
karthik
Select View-->C/AL Globals
and select Text Constants
select Txt000 and remove last option.
to comment add // before line.
How to comment first line.
Regards,
Karthik.
You have to comment first line
As you told, I have added the line in code unit 91. but again the same dialogue box appears and if i close that only receive appears in dialogue box. Here i have mentioned the screen shot.
You can remove it from codeunit 91
CASE "Document Type" OF
"Document Type"::Order:
BEGIN
//Selection := STRMENU(Text000,3); //Comment standard code
Selection := STRMENU('&Receive',1); //Add this line
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,309
Most Valuable Professional
nmaenpaa
101,156