PropCache Scripts
Dynamic Document Property caching
Last updated
Dynamic Document Property caching
Last updated
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 the PropCache.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.