Just imagine that you need to define the context in which “Quick Create Form” was opened and depending on the context – to do some additional operations. In this short post I provide supported code you can use to define it. Create JavaScript webresource and add following code inside: [crayon-5f61756fa4e98564993926/] Add this webresource to the …
Continue Reading Andrew Butenko’s Article on their blog
JS: How to get the originating record reference in the form script of the Quick Create Form – Andrew Butenko’s Blog
Just imagine that you need to define the context in which “Quick Create Form” was opened and depending on the context – to do some additional operations. In this short post I provide supported code you can use to define it. Create JavaScript webresource and add following code inside: function quickCreateOnLoad(){ //this variable contains entity …
Blog Syndicated with Andrew Butenko’s Permission