add trigger contact
This commit is contained in:
parent
1d1c85ca98
commit
e79be6f487
@ -52,16 +52,6 @@ const getContact = (z, bundle) => {
|
|||||||
zip: bundle.cleanedRequest.zip,
|
zip: bundle.cleanedRequest.zip,
|
||||||
town: bundle.cleanedRequest.town,
|
town: bundle.cleanedRequest.town,
|
||||||
email: bundle.cleanedRequest.email,
|
email: bundle.cleanedRequest.email,
|
||||||
client: bundle.cleanedRequest.client,
|
|
||||||
fournisseur: bundle.cleanedRequest.fournisseur,
|
|
||||||
code_client: bundle.cleanedRequest.code_client,
|
|
||||||
code_fournisseur: bundle.cleanedRequest.code_fournisseur,
|
|
||||||
idprof1: bundle.cleanedRequest.idprof1,
|
|
||||||
idprof2: bundle.cleanedRequest.idprof2,
|
|
||||||
idprof3: bundle.cleanedRequest.idprof3,
|
|
||||||
idprof4: bundle.cleanedRequest.idprof4,
|
|
||||||
idprof5: bundle.cleanedRequest.idprof5,
|
|
||||||
idprof6: bundle.cleanedRequest.idprof6,
|
|
||||||
authorId: bundle.cleanedRequest.authorId,
|
authorId: bundle.cleanedRequest.authorId,
|
||||||
createdAt: bundle.cleanedRequest.createdAt,
|
createdAt: bundle.cleanedRequest.createdAt,
|
||||||
action: bundle.cleanedRequest.action
|
action: bundle.cleanedRequest.action
|
||||||
@ -117,7 +107,7 @@ module.exports = {
|
|||||||
noun: 'Contact',
|
noun: 'Contact',
|
||||||
display: {
|
display: {
|
||||||
label: 'New Contact',
|
label: 'New Contact',
|
||||||
description: 'Triggers when a new thirdpaty action is done in Dolibarr.'
|
description: 'Triggers when a new contact action is done in Dolibarr.'
|
||||||
},
|
},
|
||||||
|
|
||||||
// `operation` is where the business logic goes.
|
// `operation` is where the business logic goes.
|
||||||
|
|||||||
@ -118,7 +118,7 @@ module.exports = {
|
|||||||
noun: 'Thirdparty',
|
noun: 'Thirdparty',
|
||||||
display: {
|
display: {
|
||||||
label: 'New Thirdparty',
|
label: 'New Thirdparty',
|
||||||
description: 'Triggers when a new thirdpaty action is done in Dolibarr.'
|
description: 'Triggers when a new thirdparty action is done in Dolibarr.'
|
||||||
},
|
},
|
||||||
|
|
||||||
// `operation` is where the business logic goes.
|
// `operation` is where the business logic goes.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user