Prompt function in a condition object

I am trying to use the following code in a condition object in BO version6.3

Plant_Storage.Storage_Description IN @Prompt(‘1c.Select Storage Location:’,‘A’,{‘Inventory 1’,‘Inventory 2’,‘Inventory 3’ },multi,free) or ‘ALL’ IN @Prompt(‘1c.Select Storage Location:’,‘A’,{‘Inventory 1’,‘Inventory 2’,‘Inventory 3’ },multi,free)

It gives a parse error. I need only the hardcoded values to be displayed for the user to select .The user can select 1 value or ALL.


sampya (BOB member since 2011-06-23)

Did you use it in your report ? If it works fine in the report then don’t worry about the Parse error.


BO_Chief :us: (BOB member since 2004-06-06)