Applicability in operations.

If you think that something doesn't work in Aware IM post your message here
Post Reply
intra
Posts: 279
Joined: Thu Oct 11, 2012 1:30 pm
Location: Australia

Applicability in operations.

Post by intra »

Hi everyone,

Just wondering if anyone else can test if applicability works (in operations) when the criteria is against a plain text field?

IE
BusinessObject.Status = PENDING , APPROVED

Then in a form with a grid, apply something similar, apply a operation with Applicability to BusinessObject.Status='PENDING'

Does the operation show up correctly?
Avid Linux user....
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

Re: Applicability in operations.

Post by PointsWell »

If you are wanting to use availability for plain text

BusinessObject.Status=‘Pending’ OR BusinessObject.Status=‘Approved’

You missed the ‘ marks and used notation that was list based

BusinessObject.Status IN ‘Pending’, ’Approved’

Are you having difficulty in getting it to work on a BOs related attributes in a form?
Post Reply