My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
This is really great ,It definitely encourages newbies like me to interact more in discussions and share knowledge within this amazing community. Thanks!
-
Hey @ABDUL HANNAN Thanks for sharing the ER details this aligns with what we’ve observed as well. We’ve run into similar behavior with partial completions under WIP + Routing, and it does create significant cost distortion depending on timing. Since there’s no system-level fix, we’ve had to manage it operationally: Avoid…
-
The INVALID_DOMAIN (Dominio no válido) error is not related to the printer mapping itself — it usually means the PrintNode domain/subdomain configured in your script is incorrect or not allowed. Things to check: PrintNode Base URL – Make sure you're using the correct domain (e.g., https://api.printnode.com) and not a…
-
This happens because Payment Method is mandatory on the Customer Deposit form, even if it’s not returned in the GET response. In REST, you must explicitly pass the paymentMethod field when creating the record. Use the internal ID of the Payment Method, typically in this format: "paymentMethod": { "id": "7" } (Confirm the…