Annotation parameter value limitation

Posted by Simon L. Prinsloo on 21-Jul-2014 09:53

Good day

When I add an annotation with more than one parameter, and the length of the value of a parameter exceeds 100 characters, neither that parameter nor any following parameters are written to the catalogue and all subsequent annotations are ignored.

For example:

@Property (propName = "Filter",
propDesc = "This property returns the filter string as determined by the FilterString() method, which needs to be overridden to account for additional fields added to inherited filters.",
readable = "Public",
writeable = "None").

The catalogue will include only "propName", but not "propDesc", "readable" or "writeable". Once the value for propDesc is shortened, all of them will appear.

All Replies

Posted by Keerthy Yeddula on 23-Jul-2014 08:53

Hi Simon,

Attribute value is set to take only 100 characters. If you need to put in more than 100 characters, please log a request with tech support.

Regards,

Keerthy.

This thread is closed