This topic contains 7 replies, has 0 voices, and was last updated by Vinnie B 8 years, 4 months ago.
-
AuthorPosts
-
June 23, 2016 at 7:15 am #23615
Vinnie BSorry if this was posted somewhere but I did a search and did not find it. Is there a way to make a field mandatory depending on a value of another field? For example we have a certain case status that if selected, we need to have another field be mandatory which normally it might not need to be filled out all the time. I am guessing there is a workflow that can do this, but not having luck finding this information.
Thanks in advance.
This is a cached copy. Click here to see the original post. -
June 23, 2016 at 7:19 am #23616
al3xiconYes, I would use a workflow. Should be fairly easy to set up, if you've done basic workflows before.
-
June 23, 2016 at 7:24 am #23617
Vinnie BSo is this possible for a transaction column field? I am looking to do this for line items also for expenses, and I am not seeing the fields in there for it.
-
June 23, 2016 at 9:01 am #23618
carl.billingsThe Transaction Column would be within the Transaction line so no. You would need custom scripting to enforce the requirement if its conditional.
-
June 23, 2016 at 9:11 am #23619
girieshgOriginally posted by Vinnie B
View Post
So is this possible for a transaction column field? I am looking to do this for line items also for expenses, and I am not seeing the fields in there for it.
Not using a workflow. You'll have to write a script and probably use a validateLine function to make sure there's a value in the transaction column field that you want to make mandatory.
-
June 23, 2016 at 9:15 am #23620
rnedelkowYou can create multiple layers of dependencies using custom records as well. See this SuiteAnswer for an example – https://netsuite.custhelp.com/app/an…ndent%20fields
-
June 23, 2016 at 9:15 am #23621
al3xiconAh yeah correct, as carl.billings said, workflows limit you to only using / referencing main/body-level fields. For transaction line / column fields, you likely need to leverage a script.
-
June 27, 2016 at 1:09 pm #23622
Vinnie BThanks everyone.
-
AuthorPosts
You must be logged in to reply to this topic.