Edit in Customer Tracker?

I have a class of user that does not have access to Customer Entry, but does have access to Customer Tracker. I would like to give this class of user the ability to edit the Customer Attributes. Is it possible to enable edit for a field in the Customer Tracker form?

Nope.
You can make a customization to the Customer Entry to give them only the little they need to see and edit the little they need to edit. If it was anything other than attributes, I would have offered an updateable dashboard.

1 Like

The only way I’ve found is pretty messy. I had to use CallContextBPMData fields to capture the values, and of course you have to set those fields to the current values. Then in a BPM, you can get the record and update it there. There’s really no way to do it within the Customization by itself.

1 Like

You can call the Adapter inside the customization too.