A custom record is created using the bundles, When...
# suitescript
a
A custom record is created using the bundles, When I am trying to hide or show a field on the custom record it is not working. Any idea why it is not working. Note on view and seeing different fields and on edit i am seeing different fields. Thanks
c
check the scripting on the custom record and see where your script is in the list. It executes in that order. Otherwise, check the code as it should work just fine.
s
Also if you are hiding them in the default form and the account where the bundle is installed is using a different (custom) one, the target account will keep using its form.
a
Thanks for the information @creece @Sandii
@creece I don't have any custom script written by me on the custom record, There are two scripts which might be installed when bundle is installed, where there is no option to edit the scripts.
@Sandii so as per your information, is there way for us to hide or show field on the default form ??
s
yeah you can change the definition of the and pick the default form, I was just saying if they are using a custom form, updating the bundle wont change their custom form
if you make the definition of the field itself hidden, it should not start out shown any forms
a
@Sandii I am little confused. Below is the screen shot of the custom record both in edit and view mode. But the subsidiary field is not able to see in the edit mode. I went to the customize form and found that the subsidiary is marked as show. Now i need the subsidiary to show on the edit mode so that i can enter some value. Thanks
s
Are you sure there is no workflow/script hiding the field?
a
Thanks @Sandii Now I see that there is a script that was installed through the bundle has a logic to hide the fields. There is no edit option to the script file it has only download option.
s
Pretty common behavior (to hide your scripts to protect intellectual property)