Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
calculating a transaction body field
Hi,
I have created a custom transaction body field (custMyCountField") that I am using on custom item fulfillment form.
This body field should simply display the "count" of items that are in a custom subtab of that fulfillment record. (for example a subtab "MyEntryTab) that has a list of child records of name "custRec_myCustomEntrie".)
The child record (myCustomEntries) has its parent set to "Transaction" but I only display to use it on fulfillment transactions.
I have the custMyCountField field set as a calculated field but I do not know what I would put in the formula to have it show this count of child items (count of myCustomEntries on a subtab) of fulfillment record. Or would there be another way that this should be done?