Automating addition of dimension members

NidhiMangtani
Contributor III

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/69...

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

 

Thanks,
Nidhi Mangtani
1 REPLY 1

NidhiMangtani
Contributor III

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

Thanks,
Nidhi Mangtani