Forum Discussion
Oscar
5 months agoContributor
Dim CoID As Integer = api.Members.GetMemberId(dimtype.Entity.Id,"CompanyName")
Related Content
- 5 months ago
- 3 years ago
- 12 months ago
Dim ForEntityID As Integer = BRApi.Finance.Members.GetMemberId(si, DimType.Entity.Id, ForEntity)
You will need to put the Entity name in the variable ForEntity.
Dim CoID As Integer = api.Members.GetMemberId(dimtype.Entity.Id,"CompanyName")