PropCache Scripts
Dynamic Document Property caching
There are two scripts which implement Dynamic Document Property caching.

To use the two Property Cache Scripts is fairly simple:
(1) Configure caching by setting
DPP_ValuePropertyNames = "DDP_AccountId,DDP_InvoiceId"
to tell thePropCache.Save
script which Dynamic Document Properties should be cached.(2),(3) Whenever you have got the properties call the
PropCache.Save
script, to add or update their values.(4) When you need the cached Document Properties back call
PropCache.Restore
and all cached properties will be attached to the current documents
You can the use the document properties in addition to the request document to complete you response profile.
Last updated