Hi,Your help would be appreciated. I have the following query to display the unique opens . Unfortunately count distinct (for broadlog id)is not working. Is there any other way to achieve this.var opensQuery = xtk.queryDef.create( <queryDef schema="nms:trackingLogEventHisto" operation="select"...
Hi All, Is there any way we can update custom fields in AppsubscriptionRcp schema through workflow activities in ACS ?We have in V6 like one custom field on AppsubscriptionRcp schema, based on that field we have linked that to recipient schema. where the same business requirement we are not able to...
Hi guys,I'm trying to perform some string manipulation on the result set of a previous query. I'm using an intermediary Javascript step to contain the logic.var schemaName = vars.targetSchema.substr(vars.targetSchema.indexOf(":") + 1); logInfo(schemaName); var query = xtk.queryDef.create( <quer...
Hello Community Members, Participate in the campaign meetup contest. Submit the right answer(s) of the following questions and win reward from the speakers at the community event in Adobe Systems, Sector 25A Noida. Contest Instructions –All questions need to be answered for award eligibility.Please ...
Hi Team,We are trying to transfer files from ACM to a remote SFTP location , requirement is to establish the connection by SSH key based authentication process .Adobe do not provide any SSH Key file based authentication process out of the box.So we are trying to cater this thing by writing the scrip...
I need to export data out in the unix format of only having a line feed at the end of each line rather than the windows format of carriage return + line feed. How would I go about do this?
Hi Team / Vipul RaghavAmit_KumarI am working on creating a separate schema in which we are loading Import/Export workflow's data.In that schema, Fields are Like Date&Time, Count(In file), Successful (Inserted/Updated), Unsuccessful()Reject.Can you please help me with that JS which will capture Su...