Skip to Content
0
Former Member
Dec 07, 2011 at 08:27 AM

Copy input box field value to a Context attribute or a Temp variable

41 Views

Hi firends i am a novel in WDJ,

i have a Input box on the view having with "ID = pernr" , now in the runtime it carries a value i want to pass this value to another context attribute "ctx_pernr" or a temp variable .

once i get the value in ctx_pernr i will use it for further processing and validations, please suggest what must i write?

eg.

wdContext.currentContextElement().setCtx_Pernr(what should i write here to capture the value from above input box? )