Had created 2 tables which is author and books where relationship is manage that is 1 to n normal add ,list data been shown and executed.
Now there is page where author all data been listed now in that author list page having button for add book record, have created a page where taking entity of author and created a form for book record insert. Now have use page type as 'Record Manage' taking author entity because wanted author ID should be display as particular author will be stored book details in form.
so taking author entity in that page we get our Author ID.
Now want to stored book details as reminder we have author entity
can we store book details using author entity as page type is record manage ?
also tell me about "record related record create" USE ?
/{AppName}/{AreaName}/{NodeName}/r/{RecordId}/rl/{RelationId}/c/{PageName?}
kindly guide also give some suggestion base on this.
Had created 2 tables which is author and books where relationship is manage that is 1 to n normal add ,list data been shown and executed.
Now there is page where author all data been listed now in that author list page having button for add book record, have created a page where taking entity of author and created a form for book record insert. Now have use page type as 'Record Manage' taking author entity because wanted author ID should be display as particular author will be stored book details in form.
so taking author entity in that page we get our Author ID.
Now want to stored book details as reminder we have author entity
can we store book details using author entity as page type is record manage ?
also tell me about "record related record create" USE ?
/{AppName}/{AreaName}/{NodeName}/r/{RecordId}/rl/{RelationId}/c/{PageName?}
kindly guide also give some suggestion base on this.