cancel
Showing results for 
Search instead for 
Did you mean: 

Parse failed: Invalid definition(UNV0023)

Former Member
0 Kudos

CUST_ACCT.COMPANY_NAME = any(@Prompt('What Customers would you like to include?','C','Trouble Ticket\Company Name (Customer)',multi constrained,))

this works fine in Bo XI R2 and gives error in BO 4.0. Please help asap.

Refer attachment for details.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Venkata,

Try the following:

CUST_ACCT.COMPANY_NAME in any(@Prompt('What Customers would you like to include?','C','Trouble Ticket\Company Name (Customer)',multi ,constrained,))

Thanks,

Madhumitha

Former Member
0 Kudos

Thanks for Reply. ..

CUST_ACCT.COMPANY_NAME = any(@Prompt('What Customers would you like to include?','C','Trouble Ticket\Company Name (Customer)',multi, constrained,))

This is giving Ora-00907... please check attachment

Former Member
0 Kudos

Hello,

Sorry for the typo:

CUST_ACCT.COMPANY_NAME in @Prompt('What Customers would you like to include?','C','Trouble Ticket\Company Name (Customer)',multi ,constrained)

Please use in operator instead of =

Thanks,

Madhumitha