Try our conversational search powered by Generative AI!

Not getting any column value which is added using "Business Foundation" in Contact

Vote:
 

Hi

CMS Version - 10.10.3
Commerce Version - 11.2.4

We are fetching all Episerver customers data which is created after a particular date using the following code:

DateTime dt = DateTime.Now.Date.AddDays(-1.0);
EntityObject[] sortedListCustomer = BusinessManager.List(CustomerContact.ClassName, null, null);
List objCustomerContact = new List();
if (sortedListCustomer.ToList() != null)
{
objCustomerContact = sortedListCustomer.ToList().OfType().Where(x => x.Created > dt).ToList();
}


But we are not getting any column value which is added in Contact by us using "Business Foundation".

#185088
Nov 09, 2017 11:23
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.