Question

Entity Methods



Dear mates,

where can i find all the entities methods list?

Like: onsaved onEntityInitialized onrender init

Thanks,

Nicolas

Like 0

Like

1 comments

These are inherited methods, most of them coming from BasePageV2. To see inherited methods, the best thing to do is to look at the module you're inheriting from. You can search for BasePageV2 in the configuration and open it, you'll find most of these inherited methods there, however some that you mentioned (specifically onRender) comes from the ExtJs framework Component module.

I don't know of anywhere in the academy docs that outline these methods, but I have an article mentioning the more common ones here https://customerfx.com/article/getting-started-with-writing-code-for-bp…

Ryan

Show all comments