06-08-2012 01:16 PM
We are using the following settings for Metadata. During installing it didnt prompt us for any organizationuid so we tried 0 and it seems to be working . Now my question is where do get this organizationUID from?
private const String Locale = "en_US";
private const String ClientVersion = "5.0.3";
private const String OrgUid = "0";
Metadata.clientVersion=ClientVersion;
Metadata.organizationUid=OrgUid;
Metadata.locale=Locale;
06-12-2012 09:06 AM
For now it will be "0" by default. This field was added for future usage considerations but is not in use in BES 5.0.3.