Create record and prefill data.

Is it possible in Sugar (default, without customizations) to create a record and prefill data?

The use case is logging a call from a VOIP integration. They want to open the create view of calls, prefill with data and have the user save it. Or cancel (in which case nothing is ever saved to the DB).

Parents
  • Hi   ,

    You can define default value for any fields of your record ; but there won't be any easy way to cancel the suggestion before DB saved instead of cleaning manually the prefilled fields.

    Currently, I am using the ACTION BUTTON to preset specific field on demand WITHOUT automatic saving ; in your case, the call will be created with default value and the user, by clicking on the action button, can received prefilled value for several fields. You can also create another button to reset the field to core default value (but of course, if the user cancel the save after clicking on the button, no updated data will be pushed to DB).

    It is interesting to prefill call scenario depending on the caller request etc.

    I hope it helps. Of course, dev solution is possible but you asked without.

    Fred

Reply
  • Hi   ,

    You can define default value for any fields of your record ; but there won't be any easy way to cancel the suggestion before DB saved instead of cleaning manually the prefilled fields.

    Currently, I am using the ACTION BUTTON to preset specific field on demand WITHOUT automatic saving ; in your case, the call will be created with default value and the user, by clicking on the action button, can received prefilled value for several fields. You can also create another button to reset the field to core default value (but of course, if the user cancel the save after clicking on the button, no updated data will be pushed to DB).

    It is interesting to prefill call scenario depending on the caller request etc.

    I hope it helps. Of course, dev solution is possible but you asked without.

    Fred

Children