@wendywtay - Do you have the Snapshot activity as part of your instance? If s - you would add a snapshot after the transition you would like to capture. Configure the Snapshot with Label and Description Once the WF has run, if you search for the WF under Administration > All > Workflows and you wi...
Just wondering, if would it be easier to have them pass the URL, or just the id fields, through the Transactional Msg ctx, and then provide that information via ETL process into AA?
@Jennifer_Dungan - Thank you for the feedback. To answer your question, I'm not sure how the configutation would be, I was creating an example based on some pre-lim discussions I've had.
I'll take your information and work with my team to see how they plan on getting the information into AA. This...
Hello,
I'm assisting a team with a possible issue they are trying to solve. They're wanting to do is pass various data fields (client id; tenant id, etc) from the their website (which sends a Transactional Message) via URL. They are hoping the data configured in the URL can be sent directly to Ad...
@AkshayAnand ,
After reading other posts through Experience League, it seems using the write method I was using is not going to work because I'm trying to write to a temp table. So instead, I used a sqlExec and it works now.
Akshay,
Looking at your code and the only difference I see is it looks like you are writing to a data schema established within Adobe (cus:Schema). I'm using the temp schema from the transition and using that to write to/update. I seem to have an issue every time and no one can really give me an a...
All,
I've asked this question before in a previous post, and never really got a good answer. Here's my dilemma:
I'm creating a process that will convert a numeric into a string, where I format it to look like Currency (the Format Currency function in ACC does not work). So I create the following...
Thank you. This would work if the client didn't want to include the ',' as part of the amount. Example $1,207.00 is how they want it to be formtted. I even tried to call in a Javascript function Intl.NumberFormat(), but that does not work in Adobe.
So I think I will need to go about the long route o...
Akshaaga,
So, this function doesn't work in the Enrichment step? Should I open a Support Ticket?
My ultimate goal is this. To convert a number: 1,207.00 so it displays as $1,207.00.
Using the functions in Adobe, always removes the comma-separator.
Hello,
Does anyone have any documentation on how to correctly format the "FormatCurrency (<Amount>,<Currency>) " function?
I've tried to use it and get errors. My Amount is a "Double-precision-number" and I don't know what to use for currency; I've tried USD to no avail.
Please advise.