Create Object in a Table after User Registration [Business Login]

Hello,
For example, i have a “doctor” table and i want to create one doctor object when a user register to the system. I guess it has two ways:

  1. Post an object to “doctor” table after register call(REST)
  2. Business Logic
    How can i make it work with business logic with Javascript?
    Thanks,

Hi Taucher,

We just released support for JavaScript in business logic. We need a few more days to finish the documentation of the feature. Once it is published, you will be able to follow the doc and get this done.

Regards,
Mark

Hi Mark,

Thanks for the information.

Regards,

Taucher