The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
rmichaelsmi
2 years agoNew Contributor II
updating a lot of UD Text# fields is taking forever, what is a faster way?
What I have found is that using the BRApi.Finance.Members.GetMemberInfo or Metadata.GetMember calls with True for includeProperties or even the first call to BRApi.Finance.UD.Text(...) all incur an a...
rmichaelsmi
2 years agoNew Contributor II
I had looked at that briefly, but wasn't sure of the true impact of the nocache. Sounds like it would be worth a try as I would expect most of the Text fields to remain somewhat static once initially corrected. Limiting the cost to only when an update is needed is definitely a goal. WIll let you know.
Did you also try ReadWriteableMemberNoCahce, by chance?
photon
2 years agoContributor
Yup! That's the start and I then expose VaryingMemberProperties and then EntityVMProperties to check/update a whole bunch of properties.