How to modify a project resource to be an external contact.  It seems when creating a new resource for a project, only internal contacts are available.

Like 0

Like

1 comments

Dear John,

This filtration can be disabled only within the source code. You need to add the following code under the attributes to the ProjectResourceElementPageV2 (if you do not have this page in your Custom package, you need to add a replacing client module with the corresponding parent object):

https://academy.bpmonline.com/documents/technic-sdk/7-11/creating-custom-client-module-schema

"Contact": {
lookupListConfig: {
filter: Terrasoft.emptyFn
}
}

 

Show all comments