cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can we create an attachment (upload pdf) field in CDC(gigya).

PranavBhardwaj
Explorer
0 Kudos
524

Is it possible to create a field in CDC which can take a PDF file as an attachment and save the PDF in CDC database.

If so , what is the process to do it?

View Entire Topic
PranavBhardwaj
Explorer
0 Kudos

Hi,

As I understand there is no standard way to create a upload file in screen-set via UI builder.

Can we create a custom field (type- string or binary/encrypted string) in CDC. On UI, we create a upload field via HTML, fetch the pdf through the field ,convert the pdf to binary or xstring format, and finally call a service to save it to the custom field in CDC.

Has anyone worked on similar requirement? Do you have the pseudocode.