chrizell
9th March 2007, 06:46
Hi!
I just want to know how the configuration paramater works in CRM. Is this a predefined function? Is there some kind of list that we can follow to define new parameters?

I would like to prevent some users from deleting records, and I don't know how I would define it in CRM.

Regards,
Chrizell

SandraP
14th March 2007, 17:16
Hi,

I know there are predefined like scope_of_search, as for adding new ones, I'm not sure.

To stop people deleting customers or enquiries off we pipped out in active workbench and the '.vbp' file the following -

Private Sub aussdc_UpdateButton(Button As Integer, enabled As Boolean)

(pipe out this command) = CmdRouter.UpdateCommand appDelete, False

This disables the delete button.

Hope this might help you.
:)