Expand my Community achievements bar.

god_prophet
god_prophet
Online
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have a target of 300K recipients. The email has been already sent to 100K. I need to stop it and send a new delivery, same recurring delivery, to the 200K left.Stopped it because waves where wrongly configured. So I'm stopping it and creating a new delivery, from parent recurring delivery.How to d...

    Type

    Questions

    Views

    289

    Likes

    0

    Replies

    2
  • I'm using a File Transfer activity to load all csv files in SFTP. Docs say all files present on the server will be stored in vars.filenames. Why it says it is undefined?  Listing of filesTo list the files, select the File listing option from the Action field. Configuration of the remote server is th...

    Type

    Questions

    Views

    251

    Likes

    0

    Replies

    2
  • Hi Manoj, I've. But for this: logInfo("files: " + instance.vars.filenames);I get:09/12/2024 5:10:14 PM files: undefined09/12/2024 5:10:14 PM files: undefined09/12/2024 5:10:14 PM files: undefined09/12/2024 5:10:14 PM files: undefined09/12/2024 5:10:13 PM files: undefined09/12/2024 5:10:13 PM files: ...

    Type

    Questions

    Views

    122

    Likes

    0

    Replies

    0
  • Another team is leaving any of these 3 files in our SFTP: a) DTI_AAA.csv.gz, b) DTI_BBB.csv.gz, c) DTI_CCC.csv.gz.  However, there are other files in there already, so I need to list all files and only load "a", "b" or "c".  They will not coexist at the same time in the SFTP, once loaded in it's dat...

    Type

    Questions

    Views

    200

    Likes

    0

    Replies

    2
  • I think this is the best approache, since it lets you define a combined primary key like this:<element label="DTI_XXX" name="DTI_XXX">     <key internal="true" name="customPrimaryKey">      <keyfield xpath="@aaa"/>       <keyfield xpath="@bbb"/>       <keyfield xpath="@ccc"/>    </key>     <attribut...

    Type

    Questions

    Views

    198

    Like

    1

    Replies

    0
  • Here my current schema, but I'd like to make the attribute the primary key:<attribute label="aaa" name="aaa" type="string"/>How to do so?<srcSchema _cs="DTI_XXX (abc)" created="2024-08-26 19:36:36.581Z" createdBy-id="0"entitySchema="xtk:srcSchema" img="xtk:schema.png" label="DTI_XXX"lastModified="20...

    Type

    Questions

    Views

    279

    Likes

    0

    Replies

    3
  • According to documentation, performance wise, it is better to limit/indicate the length of the fields/attributes. How to do so?Currently I have this in the XML definition: <attribute label="Código Interno Computacional" name="CODINTERNOCOMPUTACIONAL"type="string"/>Adding: value="50" results in error...

    Type

    Questions

    Views

    159

    Likes

    0

    Replies

    1
  • My ACC instance only works with legacy JS. So, this code did work:function addThousandSeparator(number_as_string) {var parts = number_as_string.split('.');var integerPart = parts[0];var decimalPart = parts.length > 1 ? '.' + parts[1] : '';integerPart = integerPart.replace(/\B(?=(\d{3})+(?!\d))/g, ',...

    Type

    Questions

    Views

    276

    Likes

    0

    Replies

    0
  • Hi Manjo, got error: 09/04/2024 10:28:35 AM SCR-160032 Javascript&colon; error while compiling script 'WKF41xxx/js'.09/04/2024 10:28:35 AM JST-310000 Error while compiling script 'WKF41xxx/js' line 3: missing ; before statement (line=' let parts = number_as_string.split('.'); ' token='parts = number...

    Type

    Questions

    Views

    287

    Likes

    0

    Replies

    1
  • I'm using JS to formt values. Insted of 1000, I would like it to be 1,000 on the final alert sent to the imbox of users.I've found this formatter func online, but it is giving me errors:const formatter = new Intl.NumberFormat('undefined', {style: 'currency',currency: 'USD',// These options are neede...

    Type

    Questions

    Views

    343

    Likes

    0

    Replies

    5
Top badges earned by god_prophet
Customize the badges you want to showcase on your profile