Expand my Community achievements bar.

akshaaga
akshaaga
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @SD_11 , It's possible that the script was executed outside of the context of a workflow or other context where the xtk:workflowExecutionContext is available. One way to check whether the xtk:workflowExecutionContext is available is to add a try-catch block around the part of the script causing t...

    Type

    Questions

    Views

    3.0K

    Like

    1

    Replies

    0
  • Hi @Pradyumn, The warning message suggests that your workflow (number 82678309) was paused and then automatically resumed by the system, with one previous occurrence of this happening. Without more information, it is difficult to pinpoint the exact cause of the pause. Regarding the warning message, ...

    Type

    Questions

    Views

    5.5K

    Likes

    0

    Replies

    6
  • Hi @abhinav99 ,   For IOS message, you require certain java libraries which are imported via the serverConf.xml file. I have seen that sometimes in the past the java libraries are not updated as part of the upgrade which is quite strange therefore you end up with an error like this. To catch if this...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • @arnav21 , In Adobe Campaign, you can export the query results from the Generic Query Editor by following the below steps: After creating the query, click on the "Execute" button to run the query.Once the query results are displayed, click on the "Export" button, which is usually located on the top ...

    Type

    Questions

    Views

    970

    Like

    1

    Replies

    0
  • Hi @SD_11, This error message indicates that Adobe Campaign could not locate a specific schema file on the server. This could be caused by various issues, such as a missing or corrupted file or a configuration error. This error could be caused by a few things, such as a missing file or a permissions...

    Type

    Questions

    Views

    3.1K

    Like

    1

    Replies

    2
  • Hi @SD_11 , The error "ctx is not defined" is because the variable ctx is not declared or defined in your JavaScript code. ctx is a built-in object in Adobe Campaign Classic that provides access to various properties and methods related to the context of the script execution. To resolve this error, ...

    Type

    Questions

    Views

    3.1K

    Likes

    0

    Replies

    4
  • Hi @SD_11 , The error message indicates that the [@id = currentInstance/@deliveryRcpId]/mirrorPageRcpId expression is not correctly parsing the attribute currentInstance. When running the script as part of an event, the currentInstance attribute may not be available. Instead, you can pass the delive...

    Type

    Questions

    Views

    3.1K

    Likes

    0

    Replies

    6
  • Hi @SD_11 , To retrieve the delivery part ID of the mirror page for a broadLogRcp record, you can use the following expression in your select statement: <node expr="[@id = currentInstance/@deliveryRcpId]/mirrorPageRcpId" alias="@deliveryPartId" /> This expression uses the currentInstance function to...

    Type

    Questions

    Views

    3.2K

    Likes

    0

    Replies

    8
  • Hi @ArunGulati , Here is one approach that you can follow to achieve this: Create a query that targets the audience you want to send the campaign to. In the query, include a field that assigns each contact a priority level based on their engagement history, profile data, or any other relevant crite...

    Type

    Questions

    Views

    736

    Like

    1

    Replies

    0
  • Hi @SD_11 , If the GetMirrorURL function is not generating the mirror page URL for all deliveries, you can try using the delivery ID and delivery part ID to construct the mirror page URL manually. You can use the following URL format to construct the mirror page URL: https://<instance_url>/nl/jsp/m....

    Type

    Questions

    Views

    3.2K

    Likes

    0

    Replies

    10
Top badges earned by akshaaga
Customize the badges you want to showcase on your profile