Hi Guys on a Purchase Order Form i have fields on...
# general
n
Hi Guys on a Purchase Order Form i have fields on transaction line called Rate , Amount and Quantity . When i go to Customization => List Records => Transaction Line fields i find all the fields except the Amount field. Might this be located elsewhere coz i want to put a formula on it thanks.
message has been deleted
s
Customization => List Records => Transaction Line fields only shows you the custom line fields that have been added, not the standard (built-in) fields. You can't change the definition of the Amount field. However, you can make a new custom Formula field that references amount or any other values.
n
Thanks very much . PS how do you make it reference the amount.
s
{amount}
👍 1
n
HI @scottvonduhn as depicted on the picture I have a sublist called Expense and another called Items. Both contain fields called Amount. I’m trying to implement another field and insert a formula referencing Amount from the Expense sublist because when I do {amount} / {quantity} it does not work at all so I believe due to conflict. How do I reference the one from Expense side thanks
s
Are you trying to create a custom Transaction Body formula field, or a Transaction Line formula field? Only a Transaction Line field can reference amount.