@_Manoj_Kumar_ / @Anuhya-Y : I agree with both of yours point.
I am aware AJO and ACC are in co-existence and both supports almost everything and AJO provides enhanced real-time profile and segmentation availability.
What I meant to ask is, there are few things which is not existing in AJO and is ...
Hi,
My client is using ACC for channel communications and reporting, and will start using AJO eventually. To provide smooth transition from ACC to AJO, I am preparing a document which provides details around various features that both the products support and don't support or AJO features in plan ...
You could try something like this:<%var _email= recipient.email; var _id = recipient.id; var url = "id=" + _id + "&email=" + _email;var buffer = new MemoryBuffer(); buffer.fromString(url);var encryptedString= buffer.toBase64();%><%=main_url %>/Preferences/OptDown?params=<%=encryptedString%>Thanks...
Hi,Can you share your script you have written.Is your subelement name correctly defined? Also have you defined deliveryTitle variable.In order to analyse what is wrong you need to share table structure and script you have written.Code which I have provided is correct.Thanks.
Hi,Hi,Add data like you have defined your XML: xtk.session.Write(<exampleEvent xtkschema = "exp:exampleEvent" _operation = "insert">< subExamples deliveryTitle = {deliveryTitle}/></exampleEvent> );Your data will be saved in correct field.Thanks.
Hi,You can add URL translation at :Administration --> Configuration --> Global Dictionary --> User Dictionary.Enter your url in preferred language. Choose correct language and approve your translation.Note: Make sure sourceId and sourceStringId is correctly mapped. Your translation should be mapped ...
Hi,You need to change it in interaction.js javascript present at location: Administration --> Configuration --> Javascript --> interaction.jsSearch for below block of code:else if( "UpdateStatus" == strCommand ) { var ctx = <ctx/>; var iStatus = undefined; You need to write y...