
i have an entity with a field which fill by a number... and in an other entity I want to set a record for that number.
how can i do this?
You could do it through on-demand workflow or by creating a button in the ribbon and then use a JavaScript to create the record.
Create a record from JS: docs.microsoft.com/.../createrecord
to create the button you could use a third party tool such the Ribbon Workbench. www.develop1.net/.../ribbonworkbench.aspx