Based On Conditions populate value In calculated field

ifElse(
or(
equal(related($accounts,"account_type"),"Reseller"),
equal(related($accounts,"account_type"),"Investor"),
),
related($accounts,"name"),
"nope!"
)

i want to populate account name if the 2 conditions are true but its not getting account name by default it is getting nope!

is this formula correct or do i need to change  something in formula.

And if i want to add this field in quoted line items

is it work or not ??

hats Francesca ShiekhAlex Nassi

Parents Reply
  • I am sorry to hear it's not working for you. 


    I just re-read your comment and you said you want to add the field to Quoted Line Items. Perhaps that is the problem? I don't think QLI is directly related to Accounts.


    The Quoted Line Item will be related to the Quote which is related to the account... but if $accounts is a valid field it shouldn't even let you put it in there I would think....

    It would not save the formula at all if the syntax was wrong, so I'm puzzled.

    FrancescaS

Children
No Data