thanks for your suggestion. This is what we are already using but ends up in a separate field. Sometimes the users don't want to see the name at all but need the functionality from the link field therfore something like
Code:
"fields" : {
"caseTest" : {
"type" : "link",
"field" : "number"
}
},
"links" : {
"caseTest" : {
"type" : "belongsTo",
"foreign" : "tasksTest",
"entity" : "Case"
}
}
Thanks
hi-ko

Leave a comment: