Mark
Comments
-
I am wondering why you are building a dashboard outside Core. We already have project dashboard widgets for Work in Progress and Work in Hand within Core.
-
Joseph, The ProjectIds/PhaseIds are stored in a collection InvoiceDetails for a certain invoice , this is a collection on the invoice object. With core you can have multiple project phases bille...
-
What information are you looking for that is not in the project Model?
-
Yes. It will be a good idea to store UUID locally. Also to make the pull faster look into using Fields. This will allow you to limit your response to only the fields that you need for smaller paylo...
-
Joseph Core public apis give you the ability to filter out records using combination of "where" clause and operators like IN, BETWEEN etc. At this time we do not have the contains or like operator....