When trying to create a custom txn line field with...
# administration
e
When trying to create a custom txn line field with a formula {cust_col_xyz} / ({cust_col_123}) * {custbody_abc} returns no value?
k
Is your field set to not store value? Also - formula fields only display after record has been saved and won't auto update as user edits
Also - that has the potential to evaluate as an error. I'd be inclined to wrap the denominator in a nullif 0 test