My Stuff
Comments
-
looking for the answer as well
-
Hi, I can quickly see that the structure of your CASE is wrong. After a ELSE xxx you must put END Good => ELSE 10 END WHEN ({... you (wrong) = > ELSE 10 WHEN ({ "the END is missing after your 10 case when ({location} NOT LIKE 'location1' OR {location} NOT LIKE 'location2') then // Better use IS or = than LIKE - LIKE will…
-
Hi Andrew, You must have used Custom Records to create your "dependent lists". So be sure that when you edit your custom records you have checked 'include Name Field' and your entry must be filled in this name field. Regards,
-
Hi Infinet, thanks for the tips, I figured that i have to used the DOM nevertheless, this force me to have a clickable button submit (which i am trying to avoid) Following your advice, I kept 2 buttons [Submit] and [Validate and Submit]. I have disable the Submit button on my suitelet var submitButton =…
-
Hi guys, I found a work-around solution that works for me. :D Lets say you have a record "Contract" which have child records "Lease". So the objective is to hide the buttons "attach" and "remove" from the Tab "Lease" of your "contract" record. 1. hide the original Tab "lease" including 'attach' button and 'remove' buttons…
-
+1, interested too.
-
The quick view is linked to the custom entry form. You can create two different custom entry forms: - one popping up your information - one with no information or limited information it might work if you want to have different information popped up by role. Personally i find this quick view interesting.