Expand my Community achievements bar.

isahore
isahore
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @Heku_,   This info in the screenshot does mean that the mirror page for the delivery preview is available for viewing it (the preview itself) in the web browser.   The availability of mirror page here informs us whether the link to mirror page has been included somewhere in the delivery content ...

    Type

    Questions

    Views

    178

    Likes

    0

    Replies

    0
  • Hi @VijayMvj, Check if the sender/reply/error address configured in your Transactional email template is whitelisted on the message center instance.   BR, Ishan

    Type

    Questions

    Views

    553

    Likes

    0

    Replies

    1
  • Hi @Ace12,   In your code you are not opening any of the files using the File.open() method. You must also supply as argument the mode in which you want to open the files. e.g. you might want to open the files for reading in read mode - File.open("r"); The file in which you want to combine other fil...

    Type

    Questions

    Views

    349

    Likes

    2

    Replies

    2
  • Hi @marting66652718, If you are going to send this text as content in a custom channel, then you should ideally be using a delivery object to save this info. You should extend the delivery form and create a custom channel where this content be set in the delivery.   Anyways, the way you are doing it...

    Type

    Questions

    Views

    313

    Likes

    0

    Replies

    1
  • Hi @vaishbharathi,   EnabledIf is used in the input forms on container level to enable or disable the input fields contained within based on a dynamic condition. Disabling a control prevents it from being edited. The following example illustrates the enabling of controls from the value of the “Gende...

    Type

    Questions

    Views

    385

    Like

    1

    Replies

    3
  • Hi @marting66652718,   What is the data type of the field where you are storing this rich text? Usually, delivery content (html or text, or even sms) is stored in the delivery schema in a CDATA type field. You should be able to forward the CDATA text to the custom connector. Let me know if that give...

    Type

    Questions

    Views

    363

    Likes

    0

    Replies

    5
  • Hi @Ace12,   There are multiple ways you can combine multiple csv files into a single file in ACC.   1. Write js code and use File class methods, such as open, write, etc. Here you can create a copy of one of the files, open that copy in append mode [file.open("a")], open the second file in read mod...

    Type

    Questions

    Views

    412

    Likes

    2

    Replies

    4
  • Hi @DishaSharma,   Yes, you can export/import csv files to/from Azure Blob storage. In principle, all file types are supported by Azure File Storage. There's no restriction on the kind of files that can be uploaded/not uploaded there. It must, however, be allowed by the Azure threat detection mechan...

    Type

    Questions

    Views

    122

    Likes

    2

    Replies

    0
  • Hi @DishaSharma,   Can you share details as to what error you are seeing and what code have you written? The standard js code that evaluates the winner delivery based on the configured criteria should work fine for handling any number of variants.   // query the database to find the winner (here - ...

    Type

    Questions

    Views

    143

    Likes

    2

    Replies

    0
  • Hi @o_X,   I have not used the appendTo method before, but what you are looking for can be done using the appendChild method, like this: Let me know if that solves your purpose.     var newXml = <secondLine>new line</secondLine>; myXml.story.appendChild(newXml);   BR, Ishan  

    Type

    Questions

    Views

    143

    Likes

    2

    Replies

    0
Top badges earned by isahore
Customize the badges you want to showcase on your profile