Forums
Applications
Community
Development
Getting Started
Integrations
Aras Labs
Community Projects
Submit a Community Project
More
Cancel
Replies
1 reply
Subscribers
13 subscribers
Views
2326 views
Users
0 members are here
Options
Share
More
Cancel
Related
Setting Default Relation Row
オフライン
Michelle
8 年以上前
Hi When create form, I need the relationship have default row data. But use add code it's really add. How to add relationship default data before save. Add Code: Item addItem = this.newItem("AAA","add");
Parents
Former Member
8 年以上前
It looks like the code you are looking for is
Item addItem = this.newItem("AAA","add"); addItem.fetchDefaultPropertyValues(true);
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Reply
Former Member
8 年以上前
It looks like the code you are looking for is
Item addItem = this.newItem("AAA","add"); addItem.fetchDefaultPropertyValues(true);
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Children
No Data