Notifications
Announcements
No record found.
public display customfield Number(ReqTransCov _reqTransCov) { FormDataSource ReqTransSettledDS = this.formRun().dataSource("ReqTransSettled"); ReqTrans reqTransSettled = ReqTransSettledDS.cursor(); xxxProductAttributes ProductAttibute; if (reqTransSettled.RefType == ReqRefType::ProdLine) { ItemId itemId = ProdTable::find(reqTransSettled.RefId).ItemId; select firstonly ProductAttibute where ProductAttibute.Product == InventTable::find(ProdTable::find(reqTransSettled.RefId).ItemId).Product; } else if (reqTransSettled.RefType == ReqRefType::Sales) { select firstonly ProductAttibute where ProductAttibute.Product == InventTable::find (_reqTransCov.ItemId).Product; } return ProductAttibute.Num; }
FormDataSource reqTransSettledDS = this.formRun().dataSource("ReqTransSettled"); ReqTrans reqTransSettled = reqTransSettledDS.cursor();
reqTransSettled
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.
We are honored to recognize Mansi Soni as our August 2025 Community…
A new season of Super Users has arrived, and we are so grateful for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.