Hi guys,I would like to use JavaScript to update a record in the recipient table.I use the session.Write-function. How can I insert the current time into the date field "lastUpdate" in the schema for recipient "12345"?xtk.session.Write(<recipient _operation="update" _key="@id" lastUpdate={getDate()}...
Hi Community Members,Lately I was working on non-standard recipient table (External recipient table) and Target Mapping for it in our dev environment. I finished my work and I want to remove all components: form, folders and schemas.Unfortunately, I know that removing Tracking logs (My_custom_schema...
Hi all,I have a system where the Email ID of a visitor is captured and stored in a customer database.AAM is connected to Adobe Campaign. I use Adobe Profiles and Audiences Core.Adobe Campaign needs to use this email ID to send email to that visitor.Kindly suggest how this Email ID reaches Adobe Camp...
Hi,Unfortunately, AC data model has the only option to show 'who edited this item last' - Last Modified as a link to Operator who modified the item last time.This is not enough because often I hear questions from colleagues like 'who modified workflow/delivery/template/campaign, and _what_ was chang...
Hi,I am trying to use the result set of an 'incremental query' in the next query activity. I don't see any option to select records from temporary data source like we see in segmentation activity when connected to query. The use case is to read incremental data using a criteria from a Incremental qu...
Hello friends,A very basic question:I am building a report in AC and in Page activity I am trying to get the data of a column which is of type enumeration.Instead of getting the label of the enumeration, I am getting its value.For example : I am getting values like 0,1,2 instead of getting Approved,...
Hi,Is it possible to automatically export reporting data from ACS on a scheduled bases? e.g. via a scheduled workflow / job? or this can be done only manually?Thanks,Gyorgy
Probably a silly question but can I change the if statement to read <% if ( <FIELD> != <VALUE> ) { %>Insert content here<% } % > to select data that does not equal my value?
Hi.I'm building integration with adobe campaign. And i need to write script that will sync our collection with adobe using code, not consoles or other stuff. I know that it's not recommended, but this is the requirements.My collection have 400K-800K profiles to sync.So I have basically two questions...