I'm trying to introduce a method that when selecting an element from the grid, it saves the id of an attribute in a variable I created and when I delete that same record it has to start a process.
However, when I run all this pops up this error.
This is the code i implemented in order to achieve this.
I am facing issues with the console flooded with the web-socket errors.
I don't know which element is bugging it.
Because of this sometimes I have to hard reload (empty cache) 3 to 5 times to do my configurations of view any record after some changes in section wizard or in any object.
I need to fetch data from third party database and display it on edit page, is it posible to connect to third party database on edit page using client code? or what is the best approach?
I want to call a process on the
client side and when it ends, for example, update certain values of the page.
Is it possible using the callback?
The callback works but the page with the caption of loading remains. I Have this example:
I would like to get rid of tag button on all my pages. Is it possible to use replacing client modules to remove TagUtilitiesV2 from the list of dependencies of BasePageV2? Or maybe there's a better way to do that?
There are onInit and onRender methods available in client modules but neither of them runs after the page has rendered completely. Is there a method that is called after the DOM tree is ready?
In the example above in the screenshot I am retrieving ServicePact from already existing record. When you open a new record onEntityInitialized...MoreLess
Is it possible to put a button (or custom link) on the side bar, where sections are? If it's not possible with the current framework - do you think it would break something if such button was placed there using jQuery?