Guid

Hi Experts

I have a UD field setup as a GUID and are trying to write a valid GUID to it.

I cant seem to get it to work.

The code is r.SetUDField("LinkedTransferSysRow_c ", _retGUID);

Both LinkedTransferSysRow_c and _retGUID are GUID types.

There are no compile or run time errors. LinkedTransferSysRow_c remains 0000-000 etc

Any suggestions?

Thanks in advance.

Steve

Might need some more code. (I mean show us how you are setting it, the whole snippet.)

Here is the snippet

image

This is in a PreProcessing BPM

The BPM calls a functions that returns the GUID.

I know it works as I can print the returned GUID on the screen from the BPM in a messagebox.

I get the same result (no result) if I take the RowMod check out.

Thanks

I have fixed this.

No need to code. I used the Set Field widget.

Cheers

Steve