cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Lifecycle Designer retrieve an @value

enrico_cozzolino
Explorer
0 Kudos

Hi all,

i am working with C4C.

i want to retrieve the filename of a signature, i can see with #data the value graphical signature is displaying .

But when i choose @filename it will not give me the name of the file, should this work in general or do i miss here anything else?

Data Binding:

$record.ServiceRequest.TicketSignature.BuyerSignature.fileName

regards,

Enrico

Accepted Solutions (0)

Answers (1)

Answers (1)

prajeshdesai
Contributor
0 Kudos

Don't know about this, but try like this,

var fileName = xfa.resolvedNode("$record.ServiceRequest.TicketSignature.BuyerSignature.fileName").value;

Hope this helps.

enrico_cozzolino
Explorer
0 Kudos

good idea but it was nor working, i open an incident to make sure that the data is not empty from c4c side in the model. I am sure i tested with correct data.

If you have other ideas please let me know.

regards