Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Available only in the classic UI (no Excel Client and LoadData support) from version 3.5 Salty Dog.

Some solutions may require price parameters to have a unique ID, which identifies the parameter and can be passed on or referenced. This ID also should be generated automatically and not be user-editable.

How to achieve this:

Add the autogenerateKeysInPP application property (in the advanced configuration) and set its value to true.
If any MLTV (MatrixLookupTableValue, i.e., Matrix PP value) has in its metadata set that a key is read-only, it will not be possible to insert a key in the UI, and the server will autogenerate a key with a (nearly) unique value that should be parsable even to double or long (64bit-signed) type.

This applies only to MLTV and DCR over MLTV (DataChangeRequest) add function.

  • No labels