I can't figure out why I am getting the error "Script invalid - FMT Unable to translate" when trying to add a Role script.
Here is the code that I am using:
<#assign result = false>
<#if P_user.extended.app_po.user == true>
<#if P_user.extended.app_po.purchasing_clerk?size gt 0>
<#if transpose(P_user.extended.app_po.purchasing_clerk).company_id?seq_contains("103")>
<#assign result = true>
</#if>
</#if>
</#if>
${result}
When I test this code in the test window I get back true, but when I close and save I get an error message. I've attached two screen shots of the result in test and the error message after.
${is_user_in_lane([1111]) && is_user_in_lane([1112])}
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CACFbqOPRe%2B426TOK5S7K4n78KJaNPcKx_nkVtUZ-JhtJafvXNQ%40mail.gmail.com.
You received this message because you are subscribed to a topic in the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/DutXwt-bxCU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CA%2BifTbnbExF1q-6JQudimckjZtodiigGLzZAuqnbBdBbdBerUA%40mail.gmail.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CACFbqONcGvmaotRYJ5BjqCs3J_O9EvJMovmcqUg0xG4YQ9Mn7w%40mail.gmail.com.