Error Refreshing JSON Panel

Hello,

I created a public app and added a JSON panel. I can display its content, but when I try to refresh the panel I get an error message that says “Something went wrong. We are unable to refresh this app data. Try again in a few seconds”.

In the browser console, the request fails with a 400 error code. The only difference with the initial request is an extra “data” parameter in the payload. I am not receiving anything in the given URL when I refresh.

Thank you in advance for your help.

Hi @Nellybett,

Welcome to our Developers Community!

The “Something went wrong…” message usually appears when if it takes more than 10 seconds for us to receive a response from the API endpoint you provided in the JSON panel form inside Developer Hub > App extensions.

Do you know if it took longer than 10 seconds for the response on your side?

Also, can you share the initial request with the extra “data” parameter so we can take a look? Please feel free to DM me with the request if you prefer to share it privately.

Hello Nicole,

Thank you for your fast response. No, the response takes less than 10 seconds.

The initial api call to fetch the panel always work:

I can see in the console that it’s making a GET call to https://laborisdesign-sandbox.pipedrive.com/api/v1/marketplace-extensions/panels/6753e49a-dc9e-4072-86fd-4a108db42c1f?resource=deal&view=details&userId=15092440&companyId=10652557&selectedIds=2&session_token=8fe5440b8a9ba3316b5cb42b3bbb0ad3&strict_mode=true.

The response that I get from that when viewing https://laborisdesign-sandbox.pipedrive.com/deal/2 is:
{
“success”: true,
“data”: {
“data”: [
{
“label”: “QUO-0002”,
“row”: {
“identifier”: {
“type”: “varchar”,
“options”: {
“label”: “Identifier”,
“value”: {
“markdown”: true,
“value”: “QUO-0002”
},
“visibleOn”: “always”,
“order”: 1
}
},
“project_title”: {
“type”: “varchar”,
“options”: {
“label”: “Project Title”,
“value”: {
“markdown”: true,
“value”: “Spider Inc deal”
},
“visibleOn”: “always”,
“order”: 2
}
},
“sent_date”: {
“type”: “date-time”,
“options”: {
“label”: “Sent at date”,
“value”: “2023-06-08T14:00:17Z”,
“visibleOn”: “always”,
“order”: 3
}
},
“status”: {
“type”: “label”,
“options”: {
“label”: “Status”,
“value”: {
“color”: “purple”,
“label”: “invoiced”
},
“visibleOn”: “always”,
“order”: 4
}
},
“approved_at_date”: {
“type”: “date-time”,
“options”: {
“label”: “Approved at date”,
“value”: “2023-06-08T14:22:41Z”,
“visibleOn”: “always”,
“order”: 5
}
},
“deposit_balance”: {
“type”: “monetary”,
“options”: {
“label”: “Deposit Balance”,
“value”: {
“code”: “USD”,
“value”: 100
},
“visibleOn”: “always”,
“order”: 6
}
},
“balance”: {
“type”: “monetary”,
“options”: {
“label”: “Balance”,
“value”: {
“code”: “USD”,
“value”: 1000
},
“visibleOn”: “always”,
“order”: 7
}
},
“proposal_link”: {
“type”: “varchar”,
“options”: {
“label”: “Proposal Link”,
“value”: {
“markdown”: true,
“value”: “QUO-0002
},
“visibleOn”: “always”,
“order”: 8
}
},
“back_office_link”: {
“type”: “varchar”,
“options”: {
“label”: “Back office link”,
“value”: {
“markdown”: true,
“value”: “QUO-0002
},
“visibleOn”: “always”,
“order”: 9
}
},
“total_value”: {
“type”: “monetary”,
“options”: {
“label”: “Total value”,
“value”: {
“code”: “USD”,
“value”: 1000
},
“visibleOn”: “always”,
“order”: 10
}
}
}
},
{
“label”: “INV-0003”,
“row”: {
“identifier”: {
“type”: “varchar”,
“options”: {
“label”: “Identifier”,
“value”: {
“markdown”: true,
“value”: “INV-0003”
},
“visibleOn”: “always”,
“order”: 1
}
},
“project_title”: {
“type”: “varchar”,
“options”: {
“label”: “Project Title”,
“value”: {
“markdown”: true,
“value”: “Peter Parker”
},
“visibleOn”: “always”,
“order”: 2
}
},
“sent_date”: {
“type”: “date-time”,
“options”: {
“label”: “Sent at date”,
“value”: “2023-06-08T14:01:29Z”,
“visibleOn”: “always”,
“order”: 3
}
},
“status”: {
“type”: “label”,
“options”: {
“label”: “Status”,
“value”: {
“color”: “blue”,
“label”: “sent”
},
“visibleOn”: “always”,
“order”: 4
}
},
“approved_at_date”: {
“type”: “date-time”,
“options”: {
“label”: “Approved at date”,
“visibleOn”: “never”,
“order”: 5
}
},
“deposit_balance”: {
“type”: “monetary”,
“options”: {
“label”: “Deposit Balance”,
“visibleOn”: “never”,
“order”: 6
}
},
“balance”: {
“type”: “monetary”,
“options”: {
“label”: “Balance”,
“value”: {
“code”: “USD”,
“value”: 5000
},
“visibleOn”: “always”,
“order”: 7
}
},
“proposal_link”: {
“type”: “varchar”,
“options”: {
“label”: “Proposal Link”,
“value”: {
“markdown”: true,
“value”: “INV-0003
},
“visibleOn”: “always”,
“order”: 8
}
},
“back_office_link”: {
“type”: “varchar”,
“options”: {
“label”: “Back office link”,
“value”: {
“markdown”: true,
“value”: “INV-0003
},
“visibleOn”: “always”,
“order”: 9
}
},
“total_value”: {
“type”: “monetary”,
“options”: {
“label”: “Total value”,
“value”: {
“code”: “USD”,
“value”: 5000
},
“visibleOn”: “always”,
“order”: 10
}
}
}
},
{
“label”: “INV-0004”,
“row”: {
“identifier”: {
“type”: “varchar”,
“options”: {
“label”: “Identifier”,
“value”: {
“markdown”: true,
“value”: “INV-0004”
},
“visibleOn”: “always”,
“order”: 1
}
},
“project_title”: {
“type”: “varchar”,
“options”: {
“label”: “Project Title”,
“value”: {
“markdown”: true,
“value”: “Peter Parker”
},
“visibleOn”: “always”,
“order”: 2
}
},
“sent_date”: {
“type”: “date-time”,
“options”: {
“label”: “Sent at date”,
“visibleOn”: “never”,
“order”: 3
}
},
“status”: {
“type”: “label”,
“options”: {
“label”: “Status”,
“value”: {
“color”: “grey”,
“label”: “draft”
},
“visibleOn”: “always”,
“order”: 4
}
},
“approved_at_date”: {
“type”: “date-time”,
“options”: {
“label”: “Approved at date”,
“visibleOn”: “never”,
“order”: 5
}
},
“deposit_balance”: {
“type”: “monetary”,
“options”: {
“label”: “Deposit Balance”,
“visibleOn”: “never”,
“order”: 6
}
},
“balance”: {
“type”: “monetary”,
“options”: {
“label”: “Balance”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 7
}
},
“proposal_link”: {
“type”: “varchar”,
“options”: {
“label”: “Proposal Link”,
“value”: {
“markdown”: true,
“value”: “INV-0004
},
“visibleOn”: “always”,
“order”: 8
}
},
“back_office_link”: {
“type”: “varchar”,
“options”: {
“label”: “Back office link”,
“value”: {
“markdown”: true,
“value”: “INV-0004
},
“visibleOn”: “always”,
“order”: 9
}
},
“total_value”: {
“type”: “monetary”,
“options”: {
“label”: “Total value”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 10
}
}
}
},
{
“label”: “QUO-0003”,
“row”: {
“identifier”: {
“type”: “varchar”,
“options”: {
“label”: “Identifier”,
“value”: {
“markdown”: true,
“value”: “QUO-0003”
},
“visibleOn”: “always”,
“order”: 1
}
},
“project_title”: {
“type”: “varchar”,
“options”: {
“label”: “Project Title”,
“value”: {
“markdown”: true,
“value”: “Spider Inc deal”
},
“visibleOn”: “always”,
“order”: 2
}
},
“sent_date”: {
“type”: “date-time”,
“options”: {
“label”: “Sent at date”,
“value”: “2023-06-08T14:17:12Z”,
“visibleOn”: “always”,
“order”: 3
}
},
“status”: {
“type”: “label”,
“options”: {
“label”: “Status”,
“value”: {
“color”: “blue”,
“label”: “proposed”
},
“visibleOn”: “always”,
“order”: 4
}
},
“approved_at_date”: {
“type”: “date-time”,
“options”: {
“label”: “Approved at date”,
“visibleOn”: “never”,
“order”: 5
}
},
“deposit_balance”: {
“type”: “monetary”,
“options”: {
“label”: “Deposit Balance”,
“value”: {
“code”: “USD”,
“value”: 107.25
},
“visibleOn”: “always”,
“order”: 6
}
},
“balance”: {
“type”: “monetary”,
“options”: {
“label”: “Balance”,
“value”: {
“code”: “USD”,
“value”: 1072.5
},
“visibleOn”: “always”,
“order”: 7
}
},
“proposal_link”: {
“type”: “varchar”,
“options”: {
“label”: “Proposal Link”,
“value”: {
“markdown”: true,
“value”: “QUO-0003
},
“visibleOn”: “always”,
“order”: 8
}
},
“back_office_link”: {
“type”: “varchar”,
“options”: {
“label”: “Back office link”,
“value”: {
“markdown”: true,
“value”: “QUO-0003
},
“visibleOn”: “always”,
“order”: 9
}
},
“total_value”: {
“type”: “monetary”,
“options”: {
“label”: “Total value”,
“value”: {
“code”: “USD”,
“value”: 1072.5
},
“visibleOn”: “always”,
“order”: 10
}
}
}
},
{
“label”: “INV-0005”,
“row”: {
“identifier”: {
“type”: “varchar”,
“options”: {
“label”: “Identifier”,
“value”: {
“markdown”: true,
“value”: “INV-0005”
},
“visibleOn”: “always”,
“order”: 1
}
},
“project_title”: {
“type”: “varchar”,
“options”: {
“label”: “Project Title”,
“value”: {
“markdown”: true,
“value”: “Spider Inc deal”
},
“visibleOn”: “always”,
“order”: 2
}
},
“sent_date”: {
“type”: “date-time”,
“options”: {
“label”: “Sent at date”,
“value”: “2023-06-08T14:23:11Z”,
“visibleOn”: “always”,
“order”: 3
}
},
“status”: {
“type”: “label”,
“options”: {
“label”: “Status”,
“value”: {
“color”: “yellow”,
“label”: “partially-paid”
},
“visibleOn”: “always”,
“order”: 4
}
},
“approved_at_date”: {
“type”: “date-time”,
“options”: {
“label”: “Approved at date”,
“visibleOn”: “never”,
“order”: 5
}
},
“deposit_balance”: {
“type”: “monetary”,
“options”: {
“label”: “Deposit Balance”,
“visibleOn”: “never”,
“order”: 6
}
},
“balance”: {
“type”: “monetary”,
“options”: {
“label”: “Balance”,
“value”: {
“code”: “USD”,
“value”: 500
},
“visibleOn”: “always”,
“order”: 7
}
},
“proposal_link”: {
“type”: “varchar”,
“options”: {
“label”: “Proposal Link”,
“value”: {
“markdown”: true,
“value”: “INV-0005
},
“visibleOn”: “always”,
“order”: 8
}
},
“back_office_link”: {
“type”: “varchar”,
“options”: {
“label”: “Back office link”,
“value”: {
“markdown”: true,
“value”: “INV-0005
},
“visibleOn”: “always”,
“order”: 9
}
},
“total_value”: {
“type”: “monetary”,
“options”: {
“label”: “Total value”,
“value”: {
“code”: “USD”,
“value”: 1000
},
“visibleOn”: “always”,
“order”: 10
}
}
}
},
{
“label”: “INV-0006”,
“row”: {
“identifier”: {
“type”: “varchar”,
“options”: {
“label”: “Identifier”,
“value”: {
“markdown”: true,
“value”: “INV-0006”
},
“visibleOn”: “always”,
“order”: 1
}
},
“project_title”: {
“type”: “varchar”,
“options”: {
“label”: “Project Title”,
“value”: {
“markdown”: true,
“value”: “Peter Parker”
},
“visibleOn”: “always”,
“order”: 2
}
},
“sent_date”: {
“type”: “date-time”,
“options”: {
“label”: “Sent at date”,
“visibleOn”: “never”,
“order”: 3
}
},
“status”: {
“type”: “label”,
“options”: {
“label”: “Status”,
“value”: {
“color”: “grey”,
“label”: “draft”
},
“visibleOn”: “always”,
“order”: 4
}
},
“approved_at_date”: {
“type”: “date-time”,
“options”: {
“label”: “Approved at date”,
“visibleOn”: “never”,
“order”: 5
}
},
“deposit_balance”: {
“type”: “monetary”,
“options”: {
“label”: “Deposit Balance”,
“visibleOn”: “never”,
“order”: 6
}
},
“balance”: {
“type”: “monetary”,
“options”: {
“label”: “Balance”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 7
}
},
“proposal_link”: {
“type”: “varchar”,
“options”: {
“label”: “Proposal Link”,
“value”: {
“markdown”: true,
“value”: “INV-0006
},
“visibleOn”: “always”,
“order”: 8
}
},
“back_office_link”: {
“type”: “varchar”,
“options”: {
“label”: “Back office link”,
“value”: {
“markdown”: true,
“value”: “INV-0006
},
“visibleOn”: “always”,
“order”: 9
}
},
“total_value”: {
“type”: “monetary”,
“options”: {
“label”: “Total value”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 10
}
}
}
},
{
“label”: “QUO-0004”,
“row”: {
“identifier”: {
“type”: “varchar”,
“options”: {
“label”: “Identifier”,
“value”: {
“markdown”: true,
“value”: “QUO-0004”
},
“visibleOn”: “always”,
“order”: 1
}
},
“project_title”: {
“type”: “varchar”,
“options”: {
“label”: “Project Title”,
“value”: {
“markdown”: true,
“value”: “Spider Inc deal”
},
“visibleOn”: “always”,
“order”: 2
}
},
“sent_date”: {
“type”: “date-time”,
“options”: {
“label”: “Sent at date”,
“visibleOn”: “never”,
“order”: 3
}
},
“status”: {
“type”: “label”,
“options”: {
“label”: “Status”,
“value”: {
“color”: “grey”,
“label”: “new”
},
“visibleOn”: “always”,
“order”: 4
}
},
“approved_at_date”: {
“type”: “date-time”,
“options”: {
“label”: “Approved at date”,
“visibleOn”: “never”,
“order”: 5
}
},
“deposit_balance”: {
“type”: “monetary”,
“options”: {
“label”: “Deposit Balance”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 6
}
},
“balance”: {
“type”: “monetary”,
“options”: {
“label”: “Balance”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 7
}
},
“proposal_link”: {
“type”: “varchar”,
“options”: {
“label”: “Proposal Link”,
“value”: {
“markdown”: true,
“value”: “QUO-0004
},
“visibleOn”: “always”,
“order”: 8
}
},
“back_office_link”: {
“type”: “varchar”,
“options”: {
“label”: “Back office link”,
“value”: {
“markdown”: true,
“value”: “QUO-0004
},
“visibleOn”: “always”,
“order”: 9
}
},
“total_value”: {
“type”: “monetary”,
“options”: {
“label”: “Total value”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 10
}
}
}
},
{
“label”: “QUO-0005”,
“row”: {
“identifier”: {
“type”: “varchar”,
“options”: {
“label”: “Identifier”,
“value”: {
“markdown”: true,
“value”: “QUO-0005”
},
“visibleOn”: “always”,
“order”: 1
}
},
“project_title”: {
“type”: “varchar”,
“options”: {
“label”: “Project Title”,
“value”: {
“markdown”: true,
“value”: “Spider Inc deal”
},
“visibleOn”: “always”,
“order”: 2
}
},
“sent_date”: {
“type”: “date-time”,
“options”: {
“label”: “Sent at date”,
“visibleOn”: “never”,
“order”: 3
}
},
“status”: {
“type”: “label”,
“options”: {
“label”: “Status”,
“value”: {
“color”: “grey”,
“label”: “new”
},
“visibleOn”: “always”,
“order”: 4
}
},
“approved_at_date”: {
“type”: “date-time”,
“options”: {
“label”: “Approved at date”,
“visibleOn”: “never”,
“order”: 5
}
},
“deposit_balance”: {
“type”: “monetary”,
“options”: {
“label”: “Deposit Balance”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 6
}
},
“balance”: {
“type”: “monetary”,
“options”: {
“label”: “Balance”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 7
}
},
“proposal_link”: {
“type”: “varchar”,
“options”: {
“label”: “Proposal Link”,
“value”: {
“markdown”: true,
“value”: “QUO-0005
},
“visibleOn”: “always”,
“order”: 8
}
},
“back_office_link”: {
“type”: “varchar”,
“options”: {
“label”: “Back office link”,
“value”: {
“markdown”: true,
“value”: “QUO-0005
},
“visibleOn”: “always”,
“order”: 9
}
},
“total_value”: {
“type”: “monetary”,
“options”: {
“label”: “Total value”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 10
}
}
}
},
{
“label”: “INV-0007”,
“row”: {
“identifier”: {
“type”: “varchar”,
“options”: {
“label”: “Identifier”,
“value”: {
“markdown”: true,
“value”: “INV-0007”
},
“visibleOn”: “always”,
“order”: 1
}
},
“project_title”: {
“type”: “varchar”,
“options”: {
“label”: “Project Title”,
“value”: {
“markdown”: true,
“value”: “Peter Parker”
},
“visibleOn”: “always”,
“order”: 2
}
},
“sent_date”: {
“type”: “date-time”,
“options”: {
“label”: “Sent at date”,
“visibleOn”: “never”,
“order”: 3
}
},
“status”: {
“type”: “label”,
“options”: {
“label”: “Status”,
“value”: {
“color”: “grey”,
“label”: “draft”
},
“visibleOn”: “always”,
“order”: 4
}
},
“approved_at_date”: {
“type”: “date-time”,
“options”: {
“label”: “Approved at date”,
“visibleOn”: “never”,
“order”: 5
}
},
“deposit_balance”: {
“type”: “monetary”,
“options”: {
“label”: “Deposit Balance”,
“visibleOn”: “never”,
“order”: 6
}
},
“balance”: {
“type”: “monetary”,
“options”: {
“label”: “Balance”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 7
}
},
“proposal_link”: {
“type”: “varchar”,
“options”: {
“label”: “Proposal Link”,
“value”: {
“markdown”: true,
“value”: “INV-0007
},
“visibleOn”: “always”,
“order”: 8
}
},
“back_office_link”: {
“type”: “varchar”,
“options”: {
“label”: “Back office link”,
“value”: {
“markdown”: true,
“value”: “INV-0007
},
“visibleOn”: “always”,
“order”: 9
}
},
“total_value”: {
“type”: “monetary”,
“options”: {
“label”: “Total value”,
“value”: {
“code”: “USD”,
“value”: 0
},
“visibleOn”: “always”,
“order”: 10
}
}
}
}
]
},
“additional_data”: null
}

When I click on the refresh button, it returns this instead:

The full url is https://laborisdesign-sandbox.pipedrive.com/api/v1/marketplace-extensions/panels/6753e49a-dc9e-4072-86fd-4a108db42c1f?resource=deal&view=details&userId=15092440&companyId=10652557&selectedIds=2&data=[{"label"%3A"QUO-0002"%2C"row"%3A{"identifier"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Identifier"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"QUO-0002"}%2C"visibleOn"%3A"always"%2C"order"%3A1}}%2C"project_title"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Project+Title"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"Spider+Inc+deal"}%2C"visibleOn"%3A"always"%2C"order"%3A2}}%2C"sent_date"%3A{"type"%3A"date-time"%2C"options"%3A{"label"%3A"Sent+at+date"%2C"value"%3A"2023-06-08T14%3A00%3A17Z"%2C"visibleOn"%3A"always"%2C"order"%3A3}}%2C"status"%3A{"type"%3A"label"%2C"options"%3A{"label"%3A"Status"%2C"value"%3A{"color"%3A"purple"%2C"label"%3A"invoiced"}%2C"visibleOn"%3A"always"%2C"order"%3A4}}%2C"approved_at_date"%3A{"type"%3A"date-time"%2C"options"%3A{"label"%3A"Approved+at+date"%2C"value"%3A"2023-06-08T14%3A22%3A41Z"%2C"visibleOn"%3A"always"%2C"order"%3A5}}%2C"deposit_balance"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Deposit+Balance"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A100}%2C"visibleOn"%3A"always"%2C"order"%3A6}}%2C"balance"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Balance"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A1000}%2C"visibleOn"%3A"always"%2C"order"%3A7}}%2C"proposal_link"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Proposal+Link"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"[QUO-0002](https%3A%2F%2Fstaging.qmach.in%2Fp%2Fproposals%2Fef218620df13c139f3690517580ecbae64ca4fd5)"}%2C"visibleOn"%3A"always"%2C"order"%3A8}}%2C"back_office_link"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Back+office+link"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"[QUO-0002](https%3A%2F%2Fstaging.qmach.in%2Fquotes%2Faf8280f3-a322-4933-8c17-2507c98d9de4%2Fedit)"}%2C"visibleOn"%3A"always"%2C"order"%3A9}}%2C"total_value"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Total+value"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A1000}%2C"visibleOn"%3A"always"%2C"order"%3A10}}}}%2C{"label"%3A"INV-0003"%2C"row"%3A{"identifier"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Identifier"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"INV-0003"}%2C"visibleOn"%3A"always"%2C"order"%3A1}}%2C"project_title"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Project+Title"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"Peter+Parker"}%2C"visibleOn"%3A"always"%2C"order"%3A2}}%2C"sent_date"%3A{"type"%3A"date-time"%2C"options"%3A{"label"%3A"Sent+at+date"%2C"value"%3A"2023-06-08T14%3A01%3A29Z"%2C"visibleOn"%3A"always"%2C"order"%3A3}}%2C"status"%3A{"type"%3A"label"%2C"options"%3A{"label"%3A"Status"%2C"value"%3A{"color"%3A"blue"%2C"label"%3A"sent"}%2C"visibleOn"%3A"always"%2C"order"%3A4}}%2C"approved_at_date"%3A{"type"%3A"date-time"%2C"options"%3A{"label"%3A"Approved+at+date"%2C"visibleOn"%3A"never"%2C"order"%3A5}}%2C"deposit_balance"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Deposit+Balance"%2C"visibleOn"%3A"never"%2C"order"%3A6}}%2C"balance"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Balance"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A5000}%2C"visibleOn"%3A"always"%2C"order"%3A7}}%2C"proposal_link"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Proposal+Link"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"[INV-0003](https%3A%2F%2Fstaging.qmach.in%2Fp%2Fproposals%2Fd0ea676b64e2825d64ab60abbe4db76771d6995f)"}%2C"visibleOn"%3A"always"%2C"order"%3A8}}%2C"back_office_link"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Back+office+link"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"[INV-0003](https%3A%2F%2Fstaging.qmach.in%2Finvoices%2Feb4222ed-225e-4b68-8d69-5fc41964d874%2Fedit)"}%2C"visibleOn"%3A"always"%2C"order"%3A9}}%2C"total_value"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Total+value"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A5000}%2C"visibleOn"%3A"always"%2C"order"%3A10}}}}%2C{"label"%3A"INV-0004"%2C"row"%3A{"identifier"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Identifier"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"INV-0004"}%2C"visibleOn"%3A"always"%2C"order"%3A1}}%2C"project_title"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Project+Title"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"Peter+Parker"}%2C"visibleOn"%3A"always"%2C"order"%3A2}}%2C"sent_date"%3A{"type"%3A"date-time"%2C"options"%3A{"label"%3A"Sent+at+date"%2C"visibleOn"%3A"never"%2C"order"%3A3}}%2C"status"%3A{"type"%3A"label"%2C"options"%3A{"label"%3A"Status"%2C"value"%3A{"color"%3A"grey"%2C"label"%3A"draft"}%2C"visibleOn"%3A"always"%2C"order"%3A4}}%2C"approved_at_date"%3A{"type"%3A"date-time"%2C"options"%3A{"label"%3A"Approved+at+date"%2C"visibleOn"%3A"never"%2C"order"%3A5}}%2C"deposit_balance"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Deposit+Balance"%2C"visibleOn"%3A"never"%2C"order"%3A6}}%2C"balance"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Balance"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A0}%2C"visibleOn"%3A"always"%2C"order"%3A7}}%2C"proposal_link"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Proposal+Link"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"[INV-0004](https%3A%2F%2Fstaging.qmach.in%2Fp%2Fproposals%2Fe01ac075590c9667838f38ebd45e0189ed1aeebc)"}%2C"visibleOn"%3A"always"%2C"order"%3A8}}%2C"back_office_link"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Back+office+link"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"[INV-0004](https%3A%2F%2Fstaging.qmach.in%2Finvoices%2F007795b8-a67d-43d6-bfcd-c4f2b20418ff%2Fedit)"}%2C"visibleOn"%3A"always"%2C"order"%3A9}}%2C"total_value"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Total+value"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A0}%2C"visibleOn"%3A"always"%2C"order"%3A10}}}}%2C{"label"%3A"QUO-0003"%2C"row"%3A{"identifier"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Identifier"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"QUO-0003"}%2C"visibleOn"%3A"always"%2C"order"%3A1}}%2C"project_title"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Project+Title"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"Spider+Inc+deal"}%2C"visibleOn"%3A"always"%2C"order"%3A2}}%2C"sent_date"%3A{"type"%3A"date-time"%2C"options"%3A{"label"%3A"Sent+at+date"%2C"value"%3A"2023-06-08T14%3A17%3A12Z"%2C"visibleOn"%3A"always"%2C"order"%3A3}}%2C"status"%3A{"type"%3A"label"%2C"options"%3A{"label"%3A"Status"%2C"value"%3A{"color"%3A"blue"%2C"label"%3A"proposed"}%2C"visibleOn"%3A"always"%2C"order"%3A4}}%2C"approved_at_date"%3A{"type"%3A"date-time"%2C"options"%3A{"label"%3A"Approved+at+date"%2C"visibleOn"%3A"never"%2C"order"%3A5}}%2C"deposit_balance"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Deposit+Balance"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A107.25}%2C"visibleOn"%3A"always"%2C"order"%3A6}}%2C"balance"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Balance"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A1072.5}%2C"visibleOn"%3A"always"%2C"order"%3A7}}%2C"proposal_link"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Proposal+Link"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"[QUO-0003](https%3A%2F%2Fstaging.qmach.in%2Fp%2Fproposals%2F1ee913b1da3b9aa3fd0a58c10a39d81da83f06b3)"}%2C"visibleOn"%3A"always"%2C"order"%3A8}}%2C"back_office_link"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Back+office+link"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"[QUO-0003](https%3A%2F%2Fstaging.qmach.in%2Fquotes%2Fec89f753-afa1-40d9-8e7d-9e147cabfd29%2Fedit)"}%2C"visibleOn"%3A"always"%2C"order"%3A9}}%2C"total_value"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Total+value"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A1072.5}%2C"visibleOn"%3A"always"%2C"order"%3A10}}}}%2C{"label"%3A"INV-0005"%2C"row"%3A{"identifier"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Identifier"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"INV-0005"}%2C"visibleOn"%3A"always"%2C"order"%3A1}}%2C"project_title"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"Project+Title"%2C"value"%3A{"markdown"%3Atrue%2C"value"%3A"Spider+Inc+deal"}%2C"visibleOn"%3A"always"%2C"order"%3A2}}%2C"sent_date"%3A{"type"%3A"date-time"%2C"options"%3A{"label"%3A"Sent+at+date"%2C"value"%3A"2023-06-08T14%3A23%3A11Z"%2C"visibleOn"%3A"always"%2C"order"%3A3}}%2C"status"%3A{"type"%3A"label"%2C"options"%3A{"label"%3A"Status"%2C"value"%3A{"color"%3A"yellow"%2C"label"%3A"partially-paid"}%2C"visibleOn"%3A"always"%2C"order"%3A4}}%2C"approved_at_date"%3A{"type"%3A"date-time"%2C"options"%3A{"label"%3A"Approved+at+date"%2C"visibleOn"%3A"never"%2C"order"%3A5}}%2C"deposit_balance"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Deposit+Balance"%2C"visibleOn"%3A"never"%2C"order"%3A6}}%2C"balance"%3A{"type"%3A"monetary"%2C"options"%3A{"label"%3A"Balance"%2C"value"%3A{"code"%3A"USD"%2C"value"%3A500}%2C"visibleOn"%3A"always"%2C"order"%3A7}}%2C"proposal_link"%3A{"type"%3A"varchar"%2C"options"%3A{"label"%3A"

This topic was automatically closed after 10 days. New replies are no longer allowed.