Hello @SkylerQu2,
What can meet your need is to set a default value to the ''script'' of the ''star'' delivery activity.To do this, you need to extend the xtk:workflow schema (or, if you have already extended the schema for another purpose, use the same extension) and add this piece of XML:
<e...
Hello @ccg1706 It is doable using the approval script.Here is an example:
i've created a webApp with field A to F as bellow, each field value is stored in variables fieldA to fieldF:
i gave each input an alias so that i can point to it when showing the error message :
and in the approval scri...
Hello @SantoshKa5
When performing an update operation using xtk.session.Write, you should specify the attributes that correspond to the keys in the XML structure. This ensures that the update operation correctly identifies the recipient record you want to modify.
Here’s how you can modify your xt...
Hello @god_prophet,
The reason your INSERT statement doesn't work is because the postgresql syntax is incorrect.
The right syntax is :
INSERT INTO grp1270 (sCAMPOVAR02, sCAMPOVAR03, sCAMPOVAR04, sCIC)
VALUES ('YOLO', 'YOLO', 'XXX', 'TRTR');
Br,
Hello @SkylerQu2,
In a js activity you should use :
sqlExecOnDataSource ("drop table <table>","nms:extAccount:<InternalName>")
Here are more infos about this function.
Br,
Amine ABEDOUR
Hello @CampaignerForLife,Indeed, you need to launch the deployment of the custom Adobe Campaign functions in Teradata from the external account. This will create, among other things, the DropTableIfExists function below :
Br,
Hello @SankaravelNa;
Generally, Adobe Campaign stores empty character strings as NULL.LENGTH(NULL) will return NULL, and thus those rows will not be included in the result set when you filter with LENGTH(varchar) = 0. To include rows with NULL values, you need to explicitly check for them. In your...
Hello @waynea40432451,
Extending the schema worked for me. Did you update the database structure after extending the schema ? Clear cache, disconnect and reconnect ?
Br,
Hello @Gupta1006,
It seems that on your data loading activity, one of the columns is configured to be mandatory, but in your input file, this column is empty for at least 100 records.
Could you please share your data loading configuration?
Br,
Hello @waynea40432451
Create a new right by specifying your chosen label.
The Name field must take the following format user:base@server, where :
user corresponds with the name of the user in the external database.
base corresponds with the name of the external database.
server corresponds wit...