Hello All,
I have use one html web resource which is having some JavaScript code written..
What it does is takes the id of the current record and pass it to the another entity and then retrieves some values and and shows on the html web resource with html tags.
this code is working perfectly fine in the web browser, but it's not behaving correctly in the tablet.
we also have the lookup of the related record on the main form.
first time load the data do not gets loaded on the web resource, then i goto click on the related lookup to open the associated record.
going to associated record and then coming back to the main form , then web resource displays the data.
is there anything that can be handled or what is wrong in this i am not sure.
previously it was working... i have just added on single line of text field in the javascript retrieval code.