I want to create a PAGE, this page can add record but instead of adding one record at a time I want its behavior like in adding product in order page (all products were listed already, you can enter multiple records and save).
I've been trying to find some authoritative documentation on the best way to do this but alas, can't seem to find what I'm looking for. We work with a lot of professional organizations (law firms, accounting firms, etc.) that have multiple offices in geographical locations. They're all part...MoreLess
our client is asking for a way to filter a second detail when selecting one of the records on a first detail list. In screenshot below, they want to list on the Benefit Stream list only the Benefits from the Claimant Test selected on the first detail.
In the overview of a custom section, the contact is shown in the second column. Clicking this contact will redirect to the Contact page. --> http://prntscr.com/lu135p
Now I want to disable this link to the contact.
I tried this:
prepareResponseCollectionItem: function(item) {
this.callParent(arguments);
item.customStyle = {
"pointerEvents": "none"
};
}
But this disables all links, not only the link to the contact.
my client is aiming to change the default document storage for attachments on every objects (Accounts, Contacts, Leads, Opportunities, Products, and Invoices) to Azure environment.