php - How to extend Quickbooks API entity with more fields -


i'm needing extend the employee entity adding more rows of data it. example 1 row need add might call 'types', can know type of employee (e.g. administrator, journeyman, owner etc).

is possible?

quickbooks doesn't allow add "rows", or add fields "rows".

there custom fields can use store additional data you're describing. docs:


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -