CRM project association via deluge
I have created a workflow in my Zoho CRM for closing a deal. Part of this workflow leverages a deluge script to create a project for our delivery team. Creating the project works great however, after or during the project creation, I would like to associate the project with the deal record. I see that when manually associating the project the following 3 fields and values are set at the project level. however the primary_client_id & finance_project_id don't seem to be related to CRM record ID's. Does anyone know where these ID's come from and or what the correct deluge script would be to make the project to CRM association?
"primary_client_id":2512977000000486029,
"primary_client_name":"SpinSci Technologies",
"other_service":{
"finance_project_id":"6653053000003822045"
},