Hi all,I would like to ask if there is a maximum number of Custom Fields that can be added to a Custom Resource.I refer both to Extending Resource and New Resource. If not, are there some best practices or guidelines about the ideal number of Custom Fields? Thank you
I know ACS Email Designer uses specific tagging. Is there some documentation on the ACS Email Designer HTML Tagging. Sample below... <div class="acr-container"><div class="acr-structure" data-structure-id="1-1-column" data-structure-name="richtext.structure_1_1_column"><table class="structure__t...
Hi All, Could you please let me know whether there is a retention period for the files that gets uploaded in the location "/home/neolane/nl7/var/<instance_name>/upload/" when we upload a file using LOAD FILE activity in ACS? In short, how long will the file exists in the UPLOAD path that are uploade...
Hi Team, We are facing issue in displaying UI of profile table extended to recipient table. Earlier it was displaying correctly.Below is the issue we are getting
Hello, I'm trying to insert data in a custom resource with a workflow in Adobe Campaign, but I always have this problem: WDB-200001 SQL statement 'INSERT INTO CusConsorcio(biConsorcioId,sCodBancoDebito,iCodCota,sCodFilial,sCodGrupo,sCodPlanoVenda,sCodSituacaoCobranca,iCodVersao,iBContatoDesignado,sD...
Hi all,I'm searching for a complete list of the enumerations for preferred language default field.I find only this list that it's not complete (for example there isn't "Georgian - Georgia" that should be "ka_ge").Is there a link that I can refer to? Or is there a way to extract this list from Campai...
Hello, I would like to edit existing Recipient fields to, for example, change the label or force a choice of specific values with an enumeration. In Campaign Classic this is quite easy, I can just create an extension and change anything I want by adding an attribute with the same name as the orinial...
Hi, I am looking to encrypt URL parameters for our Unsubscribe link using AES256 or similar. Example:If the url that the to preference center is: www.google.com?email=xxx@gmail.com&country=usaAfter encrypted it reads: http://www.google.com?params=KLLK776WEWLXXZZLKLKLSDD Thanks