If you give a field (in a portal) a name, it is not showing up under elements in the method editor.
So I can’t hide or disable fields in a portal!
Can this be fixed?
Portal components scripting is not there yet. Will be in future release
Sorry to dig up this old post but I currently have the same problem.
I want to make one condition for a field of my portal (make it disabled in some cases only).
But in the code, the fields do not appear under “elements”. However, I have given a name to the fields of portal.
Is this normal in the 6.0.3 version?
Thank you in advance
Vincent,
The named portal fields are part of the top-level elements scope, so just elements.myportalfield.
This is working runtime in the client, unfortunately this is mssing in code completion.
Please file a bug with this in our support system.
Rob
Ahh I got trapped by the absence of completion …
Thank so much!
i fixed this for the next 6.0 release