Yes, it is possible to specify a default id. In order to do that you have to force the following attribute on saving the record inside a LogicHook before_save:
If you have any trouble getting this to work let us know. The example provided above would be for creating the record via code. Is this applicable for your use case? If not, how are you creating the record(s)? Any additional information will help us to point you in the right direction!
Hi Michele Grassi
Yes, it is possible to specify a default id. In order to do that you have to force the following attribute on saving the record inside a LogicHook before_save:
Kind regards