on 2021 Aug 10 2:16 PM
Hello All,
I have requirement creation of dynamic entity. Firstly user will send name( i.e. entity name) like below object from UI.
{entityName: "Sample",entityDescription: "SampleEntity"}
By using above data I need to create in entity in Backend Service. After this I will send table fields like below object from UI.
{
name: "sample",
description: "",
fields: [
{
name: 'userId',
description: '',
default_val: '',
type: 'Text',
unique: '',
nullable: '',
},
{
name: 'userName',
description: '',
default_val: '',
type: 'Text',
unique: '',
nullable: '',
}
]}
By using above data I need to create fields in entity.
Final output what I have to get in src/db folder
entity sample {
key userId: string ,
userName: string
}
Is this possible in SAP CAPM?. Please help me
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.