I'd like to add the <last modified by operator> field into this form, however I'm having some trouble tracking down the form to edit this. I seem to recall that the ability to modify the dashboard had been removed from more recent versions.Does that extend to this form? If not does anyone know the n...
Hi Amit,Due to the way the Delivery IDs are matched and generated for the soap call there will never be any instances where a null or empty value is presented.However building in redundancy is always a good idea so I will look to implement your solution. Thanks for the insight on the push command!
Hi Amit,We reached a working conclusion at about the same time I simply reversed by query criteria and used a 'contains' operator. No need to actually split the variable.I'll need to test this further but I suspect this is will work as required. Appreciate all the help received!
Thanks for the ideas.If possible I'd like to keep the query element.I have configured the passed through variable in the soap call to now be "," separated - example of logged variable being passed through (trailing spaces are also trimmed off);"4384943","4383191","4383250","4383190","4380314","43803...
Hi Amit,Thanks for the response!I have no issues with the split or the csv variable, My current process is exactly the same system you have mentioned above.The downside to that method is that in the following query you need to define and interrogate each [] part of the array on it's own merit. You t...
Hi Vipul,I did try the 'is included in' option straightaway, however I had no success in getting it to work. The screenshots below show the query and error, I've tried similar attempts using the split variable/casting as an integer and other various options.
Ideally I would probably make a new field on load which contains the correct value for your greeting.Failing that your best bet is to create a personalisation block which deals with this and select that block for your greeting. You should be able to duplicate the Greetings personalisation block as a...
So this appears to work;delivery.workflow.id = instance.id For reference here is the whole script;// query the database to find the winner (best open rate) var winner = xtk.queryDef.create( <queryDef schema="nms:delivery" operation="get"> <select> <node expr="@id"/> <node expr="@label"/> <node expr=...