Hi everyone! I’m looking to expand my knowledge of...
# general
g
Hi everyone! I’m looking to expand my knowledge of 'hidden' or undocumented URL parameters beyond the common ones like
&e=T
(Edit),
&xml=T
(Metadata),
&cp=T
(Copy), and
&ifrm=T
(Iframe mode), so does anyone have a list or know of any other gems for debugging, UI manipulation, or forcing specific data views/exports (like
&csv=T
or
&pdf=T
) that aren't clearly detailed in SuiteAnswers? I'm particularly interested in anything that helps speed up the development workflow or bypasses standard UI elements, so if you have a favorite 'hack' that you use daily, I’d love to hear about it! Thanks!
m
I like to use &ifrmcntnr=T as it is similar to the iframe model but removes the main menu bar
It's nicer for View only popups
I also use the trick of &record.[field_id}=[some value] to set fields automatically. Like &record.memo=TestMemo will set the Memo field to the value "TestMemo" when you click on the link
(but it only works on new records I haven't figured out how to get it to update existing records
g
Got it! Thanks!
Does anyone else know other parameters?
m
I've also heard you can trigger native actions by using action or doaction but to be honest I'm not sure it still works Like &action=approve will be like clicking the approve button on a sales order
1
g
Thanks!