Notifications
Announcements
No record found.
Hi
In a report I have Input field Sub Cost Centre . I want list should also appear so that user can select also. Table is Requistion line. Similarly I want for Item Code.
Thanks
*This post is locked for comments
Write a codd om onlookup trigger to get the list
Can u pls help with some code. In case of item also this has to be done.
You can write as follows
mitem.setfilter (mitem."no.",'<>%1','');
fItemList.fLimitAllowedItems(mSalesHeader);
fItemList.LOOKUPMODE(TRUE);
IF fItemList.RUNMODAL=ACTION::LookupOK THEN
BEGIN
fItemList.GETRECORD(mItem);
VALIDATE("No.",mItem."No.");
END;
Define variables
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.