Skip to main content
Veteran
June 20, 2022

Automating addition of dimension members

  • June 20, 2022
  • 1 reply
  • 1 view

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

 

1 reply

Veteran
June 22, 2022

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