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 have an enum field in quotes item which need to be populated on selecting item name. How can I achieve this.
How to add elements to enum field in name.js?
As you said I checked application/Espo/Modules/Crm/Resources/metadata/entityDefs/Opportunity.json and stage view. But Probability field is int only.
If we needed to copy all the values of stage field to another enum field in opportunities, and that also when selecting something from stage field, How can we do that?
How to get saved phoneNumber types and values of an entity in js file?
Like this code $this->getEntityManager()->getRepository('PhoneNumber')->getPhoneNumberData($entity) in record.php
create notStorable readOnly field with phone view or view extended phone view
set the value in loadAditionalFields and in Entity, where you load phoneNumberData of your billing contact
Comment