Share via


ReleaseUpdateDB41_smm.updateOrganizationDetails Method [AX 2012]

This method creates entries in the dirOrganizationDetail table for each BR entry with values in the NumberOfEmployees, CompanyIdSiret, CompanyIdNAF, OpenFromTime, OpenToTime, OrgNumber, or ABC properties.

Syntax

public void updateOrganizationDetails()

Run On

Server

Remarks

If these values are not non-blank an OrgDetail entry will not be created for this Party entry.Because the dirOrganizationDetail table is global, this operation will assume that the data is the same across different companies and associate the data with the duplicated Party entry.The user will have to complete a deduplication process after setup to manually resolve any conflicts there.However, BRs with the same name in the same company will point to the same party ID. In which case only one set of OrgDetail information will be stored in the dirOrganizationDetatil table for that party ID. The first BR encountered is used so that when data is not the same between the two BRs there is no way for users to resolve them.

See Also

Reference

ReleaseUpdateDB41_smm Class