UPA Market By Volume remove band?

How to properly remove band from a map entry.
Im currently using MessageUpdate and setting mapEntry.action to Delte.
However, I'm seeing error finishing mapEntry encode complete, the return value is -29.
It is putting ORDER_PRC to blank enough to remove an entry?

Best Answer

  • DELETE MapEntry actions cannot contain any payload, which is why you are seeing this error.

    If you are only trying to remove the mapEntry from the table, then just set the action to DELETE, and do not encode a payload.