customize NameBuild <Account> {
properties = {
accountnumber,
usersurname
}
build = expression {
return cooobj.accountnumber + " / " + cooobj.usersurname;
}
namefixed = true;
}
boolean
FSCCONFIG@1.1001:NameBuild(
key ObjectClass
cfgobjclass,
out direct AttributeDefinition[]
properties,
out optional string
build,
out optional direct String
format,
out optional retval direct boolean
namefixed)
Name |
Description |
cfgobjclass |
applies to objects of the defined object class
|
properties |
the properties to which the customization applies and used in the build expression
|
build |
defines a Fabasoft app.ducx expression that formats the value
|
format |
defines a string object with a multilingual name
|
namefixed |
defines if the value is editable (if
true , the name cannot be changed) |
Additional Information