1.0.20 • Published 3 years ago

efficy-enterprise-api-browser v1.0.20

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Efficy Enterprise API browser

This is an auto-generated rollup bundled JS package of efficy-enterprise-api package for usage in the browser, more specific inside a Efficy Enterprise customization project.

See Full documentation

Github source and Node.js back-end package:

Efficy in browser instructions

Inside your Efficy Enterprise, running in the browser

npm i efficy-enterprise-api-browser
const {CrmRpc} = await import('../../../node_modules/efficy-enterprise-api-browser/es.js');
const crm = new CrmRpc();

const proposal = crm.openEditObject("docu", 0);
proposal.updateFields({
	"NAME": "Non committed proposal",
	"MEMO": "Line1\nLine2"
});
proposal.insertDetail("Oppo", Model("key"));
proposal.insertDetail("Comp", Model("K_COMPANY"));
proposal.insertDetail("Cont", Model("K_CONTACT"));
await crm.executeBatch();

// Debug output
proposal.edithandle; // The editHandle number, can be used to open an edit page

(2022) authored by Kristof Pauwels

1.0.19

3 years ago

1.0.18

3 years ago

1.0.20

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago