Hi,
I Have create a dataflow from ION desk which populate a table defined in ERP LN.
Because the definition of the table contains a Blob field I need to fill a uuid type of field.
I use Microsoft sql server, and I tried to use the T-SLQ function NEWID. After conversion to a varbinary, it seems that this uuid is not valid for ERP LN.
Has anybody would have a solution to generate a well formated UUID ?
Thank you.