Business data editor

Hi All,

I have Clients table defined in business data model. There is only one field clientName. Is there any simple way to grant users to create clients and change client name if needed?

This is very basic feature in every CRM, but I couldn’t find any easy way to do it in Bonita.

Best Regards,
Roman

I think you answered your own question though…

This is very basic feature in every CRM

Bonitasoft is not a CRM - it is a BPM solution. It can be used to Build a CRM, but in-itself it’s not a CRM.

You could certainly design something like this for your company, very easy to do, I could see what I could do if I’m not busy - but the next three days I am…

regards
Seán

PS: While this may not be the complete answer you’re hoping for, it does indicate a possible solution, please mark as resolved.

Hi Sean,

Thanks for answer.
Of course it is not a CRM, but many business processes require some catalogue like tables. If you can give some example how to edit (CRUD operations) them in a simple manner I would appreciate it greatly.

Best regards,
Roman

Hi, for making a CRUD you have to build a process that handles those operations, Bonita BPM is designed to edit data only through a process.

Hi,

Yes, but I would much appreciate an example of such process.