1.0.20 • Published 2 years ago

efficy-enterprise-api-browser v1.0.20

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.18

2 years ago

1.0.20

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago