Creating Structure Types That are Compatible With Large Object Types for Client Parameters and Personalization Keys

Client parameters and personalization keys cannot include large object (BigString or BigBinary) types, and cannot have a structure (or list of structures) type that contains large object fields.

If an operation argument has a:
For example, if the operation argument structure is:
MYSTRUCT 
mystr[STRING(10)] 
mybigbin[BIGBINARY]
this is a compatible structure type:
CP_MYSTRUCT 
mystr[STRING(10)] 
mybigbin[BINARY(32767)] 
To easily create a client parameter or personalization key that matches the type of the argument and automatically add a mapping from the argument to the new client parameter/personalization key, drag and drop an argument into the Personalization Keys or Client Parameters folder of the Input Mapping figure. When the argument is a structure containing large object fields, and you drag and drop it on the Personalization Keys or Client Parameters folder, a new compatible structure type is created: