Hi experts,
I have a requirement where i need to populate the respective fields from the bol layer of a context node to the html5 text box.
Iam able to fetch the data from the bol layer which, I do in a method which gets initiates when the respective html page get activated.
But im not able to pass the value from the method to html page.
The following is the code i used to get the value, which works fine.
Data: var1 type string.
lr_es ?= typed_context->CONTEXTNODE->collection_wrapper->get_current( ).
VAR1 = lr_es->get_property_as_string( 'CONTEXTNODE_ATTRIBUTE' ).
I would like to display the value which i got to the html page.
Kindly suggest.