Avatar

Not applicable

Thanks for your contribution so far, unfortunately this does not do the trick for me.

First of all, I should have mentioned this in my initial post, the Environment is being loaded through XML binding. The value is accessed like this:

if ($.record.CommonMetaData.Environment <> "PRODUCTION") then

     Orderform.PageSet.LastPage.presence = "hidden"

endif (FormCalc)

It appears that MasterPages do not have the attribute .presence which makes it impossible to hide a masterPage?

Thanks for the input so far but it did not solve my problem