Forum Discussion

NidhiMangtani's avatar
NidhiMangtani
Contributor III
3 years ago

Automating addition of dimension members

Hello,

This is in reference to accepted code sample posted for adding a dimension member through an Extender Business Rule.

https://community.onestreamsoftware.com/t5/Accepted-Code-Samples/Extender-Auto-Create-Member/ta-p/6921

SaveMemberInfo

Want to understand which tables are impacted by execution of the routine SaveMemberInfo.

Does this make entry to the following tables?

  • Member
  • MemberDescription
  • MemberProperty
  • Relationship
  • RelationshipProperty

Please mention if I have missed some table here.

Also, the article says that audit information is not stored with this save routine. Kindly confirm if below are the audit tables which should have the relevant details:

  • AuditMember
  • AuditMemberDescription
  • AuditMemberProperty
  • AuditRelationship
  • AuditRelationshipProperty

Would like to understand in general what information do below tables store?

  • AuditParserDimensionAttributes
  • AuditParserDimensions
  • AuditParserLayouts

 

  • Noticed that SaveMemberInfo also makes entries to the relevant Audit Tables, so no further action needed on this.