6/30/2025 4:28:33 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
'StringConverter' is unable to convert 'System.String' to 'System.Boolean'.
Posted: 20 May 10 3:54 AM
|
Help please
I am getting the below error when trying to open the account details screen. I have restored 2 of the previous backups that I made and the error is still occuring.
http://localhost/SlxDev/Account.aspx?entityid=A6UJ9A00EEMW 'StringConverter' is unable to convert 'System.String' to 'System.Boolean'. at System.ComponentModel.TypeConverter.GetConvertToException(Object value, Type destinationType) at System.ComponentModel.TypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) at System.ComponentModel.TypeConverter.ConvertTo(Object value, Type destinationType) at Sage.Platform.EntityBinding.PropertyBinding.ConvertIfNotAssignable(Type expectedType, TypeConverter converter, Object value) at Sage.Platform.EntityBinding.PropertyBinding.FormatEntityValue(Object entityValue, Type expectedType) at Sage.Platform.EntityBinding.PropertyBinding.HydrateComponent() at Sage.Platform.EntityBinding.PropertyBinding.OnBind() at Sage.Platform.WebPortal.Binding.WebEntityBinding.OnBind() at Sage.Platform.EntityBinding.EntityBinding.Bind(Object entity, Boolean metadataChanged) at Sage.Platform.EntityBinding.EntityBindingSource.Bind(Boolean metadataChanged) at Sage.Platform.EntityBinding.EntityBindingSource.Bind() at Sage.Platform.WebPortal.SmartParts.EntityBoundSmartPart.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) |
|
|
|
Re: 'StringConverter' is unable to convert 'System.String' to 'System.Boolean'.
Posted: 20 May 10 4:59 AM
|
Have you added a new new property in AA that is mapped to an SLX Boolean? If so make sure the type on the property is set to true/false not string. Or have you added a checkbox to the account details screen that is not mapped to a boolean (true/false) field? If not please give some more detail its hard to tell from that message. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|