Modify the field value in Metadata with Metadata Filed Management task

Hi,

I would like to change the _vger_fld_Divert from N to Y when the _vger_fld_ExtraData = MORE THAN 3 PAGES :

Here is what I have done in the Metadata Field Management with Add Action:

(_vger_fld_ExtraData Equal MORE THAN 3 PAGES)

Is there any syntax wrong as it is still not working for me?

Thanks,

John

The images are not posted properly. Let me explain with text: I have two fields in the metadata:

_vger_fld_ExtraData and _vger_fld_Divert.

If the _vger_fld_ExtraData = MORE THAN 3 PAGES then set _vger_fld_Divert. from N to D

Assuming you mean to say that the Extradata field contains the exact string of characters “MORE THAN 3 PAGES”, then you’d configure the Metadata Fields Management task this way:

?The rule for that action is defined like this:

Yes, Phil, “MORE THAN 3 PAGES” is the exact value to the field of _vger_fld_ExtraData. I tried the syntax you suggested GetMeta(_vger_fld_ExtraData[0], 10, Job.Group[?].Document[?]) Equal More Than 3 pages, it indeed worked.

I did have checked the online PlanePress user guide written by Objectif lune before I asked the question, but there wasn’t any sample to follow.

Thanks a lot for your help.

John