Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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?