0

currently working on "to disable/enable upload button" (an added field) when user checked/unchecked checkbox. it's just for suites script or can do in workflow?

https://i.stack.imgur.com/dtXOt.png

Bebeto
  • 49
  • 9
  • Possible duplicate of [Enable/Disable submit button if checkbox is checked/unchecked?](https://stackoverflow.com/questions/10021848/enable-disable-submit-button-if-checkbox-is-checked-unchecked) – Roger Rapid Oct 02 '18 at 08:06
  • i think no, can you elaborate your thoughts ?, thanks – Bebeto Oct 02 '18 at 08:21
  • you are right. I missed the tag there, sorry about that. Could you describe what you've tried so far? – Roger Rapid Oct 02 '18 at 08:36
  • i was trying to enable the added field (upload button) when checking the box of landed cost per line and disable it if it's not check or unchecked. my issue is, i can't manipulate it when i customize the form so i ask if it's working to doing workflow/suiteflow or suitescript. – Bebeto Oct 02 '18 at 10:09

1 Answers1

0

It should be possible with either a client suitescript or a workflow. I believe there is a workflow action called After User Edit. For client suitescript, you will create a function for the field change entry point.

Rusty Shackles
  • 2,802
  • 10
  • 11
  • i tried to do workflow but on the other hand i can't find "landed cost per line" (checkbox) as a field for Item Receipt record type when adding some condition – Bebeto Oct 03 '18 at 09:51
  • Field might not be supported in workflows, looks like client side script is your only option. – Rusty Shackles Oct 04 '18 at 01:52
  • yup, i already using suitescript 1.0 later on prepared to use 2.0. question, do you have an idea to hide a field using 1.0?, and also when uploading a file using custom document field save to specific folder you created? – Bebeto Oct 04 '18 at 03:27