Configuring a DefaultBusObj Setting Value with More Than 2000 Characters
The Siebel Mobile disconnected application setting value field has a limit of 2000 characters. The following procedure shows how to create a default business object (DefaultBusObj) setting value with more than 2000 characters.
To configure the DefaultBusObj setting values
Break the value into multiple lines of DefaultBusObj settings.
Enter these settings using the same DefaultBusObj value format:
BusObj|Visibility|Query|BusComp_1|query specifications_1[|BusComp_n|query specifications_n]
When defining multiple lines of DefaultBusObj settings for a single business object, all view modes and filters must match. If a business component is found in multiple DefaultBusObj settings for a single business object, then the business component’s query specifications are concatenated with a space and appended to the previous business component’s query specifications. You must be aware of this effect in order to decide if both query specifications must be combined with an OR operator or AND operator.
The DefaultBCuserProps and DefaultFields settings for a single business component can also be broken into multiple lines of settings if their values exceed 2000 characters. These settings must all be entered using the same value format as well:
BusComp|BCUserProp_1[|BCUserProp_n] or BusComp|Field_1[|Field_n]