cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Check a checkbox in NetSuite, only for specifric condition

urielp
Deputy Chef I
Deputy Chef I

Hello,

My recipe is creating s Sales Order in NetSuite from Salesforce.

I would need to add a condition, where the sales order is generated from specific environment, so there is a need to check a customize checkbox (FOR INVOICE GROUPING, on the sales order level).

I know how to create a condition as a standalone block.

However, in this case, I would need to add a condition as a formula. If so, how to do this in the field itself?

2 REPLIES 2

ahanumantharaya
Deputy Chef III
Deputy Chef III

you can use this formula

condition ? expression1 : expression2

marlon-muela
Workato employee
Workato employee

Hello!
This is Marlon from the Support team.

You can use a conditional formula to check if the value is true or false. If it is a checkbox, the value could be true or false.
You can use the .is_true formula. See the doc below for string formulas.

https://docs.workato.com/formulas/string-formulas.html#is-true