Expand my Community achievements bar.

isahore
isahore
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • @Haricharan, Is your memo field holding string values, xml or html?Are you able to print the values of the memo variable using logInfo() ? BR,Ishan

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    19
  • Hi @jefrii,File transfer activity does not provide inbuilt decryption or decompression. These are provided in the data loading (file) activity.It offers by default one operation, either decompression or decryption, in a single step. You can fall back to the old way of preprocessing where you can wri...

    Type

    Questions

    Views

    517

    Likes

    0

    Replies

    3
  • @DishaSharma,Archive directory can be specified explicitly in the file transfer activity, by default it uses the default directory. This setting is available in the file historization settings When you use the default setting, you can view the activity logs upon execution to check what is the defaul...

    Type

    Questions

    Views

    1.3K

    Like

    1

    Replies

    1
  • Hi @Haricharan,Is the memo field holding data in the actual data table or are you populating it in the temp table while the workflow is executing?I tried adding memo type field to my recipient table, and put values into it, both string and xml. The preview displayed without issues. If you can share ...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    21
  • Hi @DishaSharma, Delivery mapping in ACC is the technical entity that holds information about the settings required to send deliveries across various channels. Campaign provides a bunch of OOTB mappings, and also allows you to create custom mappings. More details can be found on some experience leag...

    Type

    Questions

    Views

    586

    Like

    1

    Replies

    2
  • Hi @DishaSharma, AccessibleIf and visibleIf are used to show or hide data fields in a schema to a user based on their role.For instance, you can use them to hide PII from non-admin users. SysFilters, however can be used to show hide complete rows of data from users based on their access. In you case...

    Type

    Questions

    Views

    413

    Like

    1

    Replies

    0
  • Hi @bcollado,So that would also work with the help of another enrichment activity.You would need to link your workflow temp table to the products table by joining on the product subcategory of the customer's last bought product. You can choose how many products you want to fetch in that linked. BR,I...

    Type

    Questions

    Views

    539

    Like

    1

    Replies

    1
  • @Haricharan, if you look at the error it says that the column you are trying to update "mmemodescription" in the temp table does not exist.Make sure that you add this column in your workflow additional data in order to manipulate using the sqlExec statement. BR,Ishan

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    0
  • Hi @bcollado,I understand that a recipient can place multiple orders and an order can possibly have multiple products in it. For this, you will need to implement enrichment activity in your workflow to get the last order or product ID placed by the customer, and then you can use in the email for per...

    Type

    Questions

    Views

    576

    Like

    1

    Replies

    3
  • Hi @Haricharan, You are getting an error in your select queryDef itself, and that is happening because you are trying to query from the temp:query schema, whereas the schema changes to something like temp:changeDataSource when you change the data source. Please check your js inbound transition to kn...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

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