If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
i am working on an extension and i need to be able to seed database with some record upon extension installation. what is the best way to seed data into...
I am still not sure how it works when it comes to Repositories vs Hooks which come first. as far as i understand the Repositories will be triggered after...
How to completely disable create action including create through kanban statusField
I have set up (createdDisabled: true) on clientDefs of my entity. however since the records are displayed via the kanban users can still click on the...
I wanted to show all kanban cards that was not updated for a while in another color. So I wrote this script which works great, marking all cards not updated...
Change opportunity's contacts field (make contactRole multi-enum field)
i need to change the contactRole field type from enum to multi-enum so that on an opportunity a contact could be (Influencer - decision maker) at the...
Migrating Custom Entities from Entity Manager to Custom Module
Is it possible to migrate entities that are created using Entity Manager to a custom module? I would basically be copying and pasting the custom entity...