Manoj Chaurasia Posted March 2, 2019 Share Posted March 2, 2019 : Detail: Error in mapping 'Contact.country ' for Operation 'Update' Description: Operation failed. Label: Update/Insert HS Contact, Name: ContactUpdateInsert, Message: Exception Type : FormatException Message : Unrecognized Guid format. StackTrace : at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException) at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result) at System.Guid.Parse(String input) at Scribe.Process.ProcessCRMContactHSContactUpdateInsert.Execute(Dictionary`2 settings, IEnumerable`1 dataEntityInput)- could anybody help Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted March 2, 2019 Author Share Posted March 2, 2019 This is the formula in the field matching table: IF(ISNULLOREMPTY(contact.address1_country), NULL,LOOKUPTABLEVALUE2("Country", contact.ambcust_address1_country )) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now