Hi, I want to hide some custom tabs for users in s...
# suiteflow
m
Hi, I want to hide some custom tabs for users in specific subsidiaries. So created a separate form with hidden tabs. Created a workflow that changes the custom form based on User Subsidiary. The workflow works fine on Edit mode, but does not change the form if the record is in View mode. Any ideas?
y
It's depends if this a transaction form or custom record/entity form. Transaction form does not include the "Store form with record" checkbox. You can set the relevant form(s) per role
t
this is a frustrating limitation of NS (not being able to set the form in view mode). Only way we've considered is through a redirect to the correct custom form in the URL, but it's clunky and slow so we didn't bother.
m
Thanks @Tristan Day I read a SuiteAnswer that it can be done using scripts, so will give it a go. 👍
@Yadigar thanks. Don't want to create a separate role because of this. Prefer to handle this using a workflow or script