Friday 27 June 2014

Tell me about the pz, px,py properties ?

1. PRPC standard properties are prefixed either with px or py or pz
i. Px – Computed properties that users can see on a form, but can’t directly enter or change ( Such as pxCreateDateTime). To alter this values activities can use a step method called Property-Set-Special metod
ii. Py – Properties that users can enter or change via direct input ( such as pyDescription ) . To assign these values programmatically, activities can use step method called Property-Set method
iii. Pz – Properties that are reserved for internal use ( such as pzInsKey). User can’t see, enter or change these properties

1 comment: