Hi,
I have a requirement to update a M3 field as blank in M3 program by calling that update API inside MEC.
I have tried empty ('') and space (' ') and null as well. Nothing seems to be working.
Thanks
try a question mark '?', I seem to remember that as these were space delimited transactions the absence of a value is interpreted as no change, sending through the question mark tells the underlying code to clear the current value
Hi The MI transaction will have a check to avoid the blank parameters. You can download the code from the metadata publisher to confirm that.
Lee Flaherty it is working!