Is it possible to create a Group with a static/preset custom GroupId value?
Thursday, January 12, 2017 at 06:17amThis code seem to allow dynamic creation of a group with a custom Id. However, after the group's created, it seem to reflect a different group Id. Is there a way to create a group with a preset Id value?
GroupBuilder.NewGroup(groupName).WithId(new GroupId(groupId))Just for context, need this to work as we're using .EnableExtraction() convenience in auto-generating signers including that of an internal group. Would like to establish the same groupId reference in both sandbox and production environment, so we have to maintain only single copy of document template.
Reply to: Is it possible to create a Group with a static/preset custom GroupId value?
Thursday, January 12, 2017 at 04:20pm