Forum Post: RE: issue with * further filter
Solved. just needed one line of code. on the Package header archive : L_PackageHeader.SETFILTER(L_PackageHeader."Tracking Number",'%1','01548019*'); thank you anyway. regards Amoussaoui
View ArticleForum Post: RE: Row Selection with An Action Button Correction
Hey EDDY, Write this this code on the Action button Currpage.SETSELECTIONFILTER(Rec); FINDSET; REPEAT BooleanColumn := TRUE; MODIFY; UNTIL NEXT=0;
View ArticleForum Post: RE: Row Selection with An Action Button
HEY EDDY, Write this code on the Action Button, CURRPAGE.SETSELECTIONFILTER(REC); FINDSET; REPEAT; BOOLFIELD := TRUE; MODIFY; UNTIL NEXT=0;
View ArticleForum Post: RE: Need to do a customization in a table
Well no need to customize to ensure that. That's standard in the warehousing management setup, by using special bins/locations. And especially not the customization you're suggestion by changing the...
View ArticleForum Post: RE: One user unable to run account schedule sporadically
Hi Kelsey, Normally you can just drag and drop the attachment files directly into the editor. Otherwise use the Insert-> Insert image/video/file function. But only from the "Rich Editor" (use rich...
View ArticleForum Post: RE: Items from two or more items.
Hi Xhevat, You need to create a new item for your champagne and cake. Then you create a negative adjustment for the package and a positive adjustment with the cost for the champagne.
View ArticleForum Post: RE: To Automate The Planning Worksheets
Hi Nithya, Exactly what is it that you want to automate. The actual execution of the function or? Which NAV version are you using?
View ArticleForum Post: RE: One user unable to run account schedule sporadically
Erik Thank you very much for your response. I tried few times and was not able to paste or insert a image file. I will try again the next time. Regarding the errors, I will see if deleting customized...
View ArticleBlog Post: OnDemand NAS Codeunits Scheduling
OnDemand NAS Codeunits Scheduling With a little modification of standard NAV “ Scheduling Report Page ”, is possible to schedule also codeunits ! You don’t need IT department to schedule you...
View ArticleBlog Post: Supply Chain Collaboration Technology, Part I: Opportunities...
The cost of electronic communication in the supply chain is falling while the benefits continue to mount, according to a new report. Findings by the University of Tennessee's (UT) Global Supply Chain...
View ArticleForum Post: RE: Disable a Button + event-response
Hi , Try this Link for Reference And Let Me know if you got any Problem..
View ArticleForum Post: RE: Can't fetch the desired field values in 'Inventory Valuation'...
Hi, I dont Think you can change Values of tables /Copy Like You are doing Right Now like Below "Value Entry"."Cost Amount (Actual)" := "Value Entry"."Cost Amount (Actual) (ACY)"; Dont Do that why dont...
View ArticleForum Post: RE: Need to do a customization in a table
Thank for your reply. As per the NAV system once Item received and GRN done inventory will updated and we can issue the item if i want, but what i want item should not be issue until we check the...
View ArticleForum Post: RE: Can't fetch the desired field values in 'Inventory Valuation'...
It works.. #ThankYouRaja ..!
View ArticleForum Post: RE: Is it possible to show factbox only when there are...
HI can I Know How it is linked to Page . I mean Like SubPage Link , You can Do this at Page Level Not at SubPage level. So It should be Decided Before Opening Of Page . If it is Simple List part...
View ArticleForum Post: RE: Is it possible to show factbox only when there are...
Hello, YesPartType is Page and SubPageLink No.=FIELD(No.) Greetings.
View ArticleForum Post: RE: problem with synchronization item table in a subsidary company
Hi Michael, The "rapid start" of NAV 2009 was not build for synchronization in mind, but for a one-time setup. The order you import your data matters. Like before you are can import the items, then all...
View ArticleForum Post: RE: Is it possible to show factbox only when there are...
Hi, Then Create a Global Variable "Bool" of Boolean Type And Select SubPage Part Properties and Place Bool inplace of in Visible Option like Below s Now write Code Like Below In in OnOpenPage...
View Article