Package com.saperion.ngc.portal
Class PortalHelper
java.lang.Object
com.saperion.ngc.portal.PortalHelper
Class containing helper-methods for the portal-integration.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setFieldValue
(String value, IntelligentField field) Sets the value of the specified field.
-
Method Details
-
setFieldValue
Sets the value of the specified field. The string representation of the value is converted to a SaValue matching the type of the field.- Parameters:
value
- string representation of the valuefield
- field to apply the value to- Throws:
SystemException
- if converting or setting the value failed
-