QR code

Rosy14
Tera Guru

Hi

 

I hv added a client script if state is submitted the section comtaing QR code will show otherwise not.

 

CS:

 

function onLoad() {
   //Type appropriate comment here, and begin script below
   if(g_form.getValue("state") == "1")
        g_form.setSectionDisplay('qr_code', true);
    else
        g_form.setSectionDisplay('qr_code', false);
}
its working fine in UI but not in portal:
In portal showing this only:
Rosy14_0-1704465510513.png

Plz help.

 

regards,

rosy

 

4 REPLIES 4

ahefaz1
Mega Sage

@Rosy14 ,

 

I do not think sections are shown on Portal.

Can you add more details.

 

Mark helpful if this helped.

 

Thanks,

Rosy14
Tera Guru

Actually my requirement is I will be able to download all details under that label including the QR from portal. I saw that sections are not showing. have u any idea how to do?

@Rosy14 ,

 

Can you add more screenshots and details of where you are trying to show these details.

Is it on a catalog form, a custom page, a record producer or a table form on the portal.

 

Thanks,

It is RP,

Default view

Rosy14_0-1704473009732.png

 

SP view

Rosy14_1-1704473048714.png