I'm working on Contact Entity where I have to show 'Total Concerts' bound to a contact in detail page.
I have created a service file from where I'm getting total concerts data. I'm calling this service file as API in handler method: 'HandleViewModelInitRequest'. API is working fin...MoreLess
If you only want to display that value, and not save with the record, you can create an attribute on the page, store the value there, and then...MoreLess
If you only want to display that value, and not save with the record, you can create an attribute on the page, store the value there, and then...MoreLess
Could anyone please help me achieving the things below?
I have added two custom attributes in the client module.
One of lookup type and the other for text. As soon as the user selects the value in the Title Dropdown, the Description text field should be auto-populated with the corresponding...MoreLess
First of all, you'll need to have a change event for when the lookup attribute it selected, add something like this to the lookuip attribute: ...MoreLess
First of all, you'll need to have a change event for when the lookup attribute it selected, add something like this to the lookuip attribute: ...MoreLess
I created a new workplace and added a new section. I wish it would look for duplicates for the records in this section. Which has the same order date, account and Opportunity
- created new order (object - zamowenia, add new order)
I need to set fields required based in values of a lookup at client side.
I was trying to test how isRequired works in attributes , but I found that the only way to work with it, is declaring the explicit value to True or False.
Tried to use a virtual column, and a method function,...MoreLess
In an edit page, we have fields that can be changed by the user or calculated by the page Javascript code, depending on specific circunstamces.
In this case we need to inhibit the attribute dependency method call, to make sure it is not called when the field is calculated by the page code, and not by the user.
Can we add columns of an object to be selected in a custom lookup, similar to the data validation lookup?
For e.g. in one lookup, can I have column Name, object and attribute where object = contact and attribute will have values as the columns in contact object.