I have customer id attribute in recipient form. My requirement is customer id attribute should be read only for existing records in recipient schema and if i am adding a new record in recipient form then customer id should be editable so that i can give my input in customer id attribute.
Hi, I want to priotarise the data using deduplication activity. Below should be the order of priotarization. 1. State = "Maharashtra" and City="Mumbai" 2. State = "Maharashtra" and City="Pune" 3. State = "Maharashtra" and City="Nashik" 4. State = "Karnataka" and City="Bangalore" 5. State = "Karn...
Hi Team, Can anyone let me know the steps involved in Setting up SMS External Account to send sms using API call and how to receive DLR forward response from the connector? Thanks in Advance, Regards, Shine v.v
Hi, I would like to know how 2 way SMS works in SMS channel delivery. What is the PDU that is used for MO (customer responses). And where the response is stored or which field of the PDU is used to stored the customer response.
Hi, I have 2 schemas recipient and cart details and both are linked by 1:N cardinality with custumer id as joining column. I have specified the link in cart details schema. My use case is If i delete customer id from recipient schema automatically records corresponding to that customer in cart deat...
Hello Expert, I'm developing the javascript to call the Web-service. However, they require the media-type as 'multipart/form-data'. I've checked this link about ACC API -> https://experienceleague.adobe.com/developer/campaign-api/api/p-8.html But it's look like, ACC don't have any class that support...
Hi Team, We have a requirement of creating a N-N Relation between 2 schemas..but we can't able to get the right syntax to do it. Can you please guide us to achieve this. Regards, Pravallika.
Hello, Im trying to configure a connection to an endpoint but after I have added the url to the serverConf.xml file I get this error. IOB-090007 Network error (connect(), errno=10061: no connection could be made because the target machine actively refused it.) The URL in the API call: https://...
Hello all, I'm facing a weird issue as follows: In the database and after querying a list I have a column that contains a specific date in a regular format I'm manipulating the data with this JS code: var lastDate = formatDate(targetData.LastFillDate,"%2M/%2D/%2Y"); So, after sending proofs I can s...