RE: How to display fields one below one in suitelet

I want to display fields one below one in a suitelet. How it can be achieved? Please help:

 

Expected output:

field1

field2

field3

field4

field5

field6

field7

Total

Maira S Beginner Asked on February 23, 2023 in SuiteScript.
Add Comment
3 Answers

Hi,

Depending on your exact situation, you will need to use Field.updateBreakType() [https://suiteanswers.custhelp.com/app/answers/detail/a_id/48721] and possibly Field.updateLayoutType() [https://suiteanswers.custhelp.com/app/answers/detail/a_id/43655].

Let me know if you need any further help.

Thanks,

Chris

Intermediate Answered on February 23, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.