IScriptContextGetCustomFields Method |  |
Gets a list of the custom (
User) fields available to the script.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
SyntaxList<FieldItem> GetCustomFields()
Return Value
ListFieldItemAll
User scoped fields in a new list.
RemarksCustom fields do not include System level fields. A filter is applied
to the
Scope with value
User
See Also