mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 12:35:25 +02:00
Allow oriol.rodrigo@craze-group.com login and restrict to dashboard
This commit is contained in:
@@ -19,6 +19,12 @@ BC_UOM_CODE="OUTER"
|
||||
BC_UOM_WRITE_URL_TEMPLATE="{{itemUnitsOfMeasureUrl}}(itemNo='{{itemNo}}',code='{{itemUnitsCode}}')"
|
||||
BC_UOM_WRITE_BODY_TEMPLATE=''
|
||||
|
||||
# Optional: endpoint for creating missing CategorizationCode values before item PATCH.
|
||||
# Business Central must expose the related Categorization table as an insertable API/OData entity.
|
||||
BC_CATEGORIZATION_WRITE_METHOD="POST"
|
||||
BC_CATEGORIZATION_WRITE_URL_TEMPLATE=""
|
||||
BC_CATEGORIZATION_WRITE_BODY_TEMPLATE='{"code":"{{categorizationCode}}","description":"{{categorizationCode}}"}'
|
||||
|
||||
# APP_URL: The URL where this applet is hosted.
|
||||
# AI Studio automatically injects this at runtime with the Cloud Run service URL.
|
||||
# Used for self-referential links, OAuth callbacks, and API endpoints.
|
||||
|
||||
Reference in New Issue
Block a user