The CreatorCon Call for Content is officially open! Get started here.

Records getting created in Global domain through Inbound integration but not visible inCompanyDomain

Obito
Tera Expert

Hi All,

 

I am facing issue when records getting created in Global domain through Inbound integration but these records are not visible to company domain users. Is there any specific reason which is why this is happening.

 

Thanks

 

1 ACCEPTED SOLUTION

Obito
Tera Expert

Hi ,

Records were getting created into TOP domain because the Integration user's domain was TOP.  & Users being in Company domain was not able to see those records.

Thanks

View solution in original post

2 REPLIES 2

Sohail Khilji
Kilo Patron

Hi @Obito ,

 

This issue can occur when the datatype of the "sys_domain" column of the affected table is set to something other than CHAR (for example, VARCHAR2). Typically, the sys_domain field is a CHAR datatype, which means that all values are padded to 32 chars. So, the values you see where global is padded with spaces is correct (for the normal case where the field is CHAR(32)). Since this instance has a different field type (ex: VARCHAR2), the extra spacing causes problems.

 

 

See if it helps...


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Obito
Tera Expert

Hi ,

Records were getting created into TOP domain because the Integration user's domain was TOP.  & Users being in Company domain was not able to see those records.

Thanks