forked from nickmackenzie/dont-get-zohod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created recursive document listing component + created app index pages
- Loading branch information
Showing
15 changed files
with
184 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
import {CatalystIcon} from '../../components/zohoIcons' | ||
import { CatalystIcon } from "../../components/zohoIcons"; | ||
|
||
import { Callout } from 'nextra/components' | ||
import { Callout } from "nextra/components"; | ||
|
||
import { DocumentCards } from "../../components/docList"; | ||
|
||
# <CatalystIcon style={{marginBottom:'-8px'}} /> Catalyst | ||
|
||
<Callout emoji="🚧"> | ||
This page is still under development. | ||
</Callout> | ||
<Callout emoji="🚧">This page is still under development.</Callout> | ||
|
||
<DocumentCards folder="catalyst" /> | ||
|
||
## Quick Links | ||
|
||
- [API](https://docs.catalyst.zoho.com/en/api/introduction/overview-and-prerequisites/) | ||
- [Knowledge Base](https://docs.catalyst.zoho.com/en/faq/general/) | ||
- [Knowledge Base](https://docs.catalyst.zoho.com/en/faq/general/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"showUnit":"Show Unit on Website" | ||
{ | ||
"index": { | ||
"display": "hidden" | ||
}, | ||
"showUnit": "Show Unit on Website" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import {CommerceIcon} from '../../components/zohoIcons' | ||
|
||
import { Callout } from 'nextra/components' | ||
|
||
import {DocumentCards} from '../../components/docList' | ||
|
||
# <CommerceIcon style={{marginBottom:'-8px'}} /> Commerce | ||
|
||
<Callout emoji="🚧">This page is still under development..</Callout> | ||
|
||
<DocumentCards folder="commerce" /> | ||
|
||
## Quick Links |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"index": { | ||
"display": "hidden" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import {CreatorIcon} from '../../components/zohoIcons' | ||
|
||
import { Callout } from 'nextra/components' | ||
|
||
import {DocumentCards} from '../../components/docList' | ||
|
||
# <CreatorIcon style={{marginBottom:'-8px'}} /> Creator | ||
|
||
<Callout emoji="🚧"> | ||
This page is still under development.. | ||
</Callout> | ||
|
||
<DocumentCards folder='creator' /> | ||
|
||
## Quick Links |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import {DelugeIcon} from '../../components/zohoIcons' | ||
|
||
import { Callout } from 'nextra/components' | ||
|
||
import {DocumentCards} from '../../components/docList' | ||
|
||
# <DelugeIcon style={{marginBottom:'-8px'}} /> Deluge | ||
|
||
<Callout emoji="🚧">This page is still under development..</Callout> | ||
|
||
<DocumentCards folder="deluge" /> | ||
|
||
## Quick Links |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"index": { | ||
"display": "hidden" | ||
}, | ||
"searchWithCustomField": "Searching Zoho Desk with Custom Field Values" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import {DeskIcon} from '../../components/zohoIcons' | ||
|
||
import { Callout } from 'nextra/components' | ||
|
||
import {DocumentCards} from '../../components/docList' | ||
|
||
# <DeskIcon style={{marginBottom:'-8px'}} /> Desk | ||
|
||
<Callout emoji="🚧">This page is still under development..</Callout> | ||
|
||
<DocumentCards folder="desk" /> | ||
|
||
## Quick Links |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
--- | ||
title: Searching Zoho Desk with Custom Field Values | ||
--- | ||
|
||
# Searching Zoho Desk with Custom Field Values | ||
|
||
If you're like me, you may have spent a long time trying to find a way to search Zoho Desk records with the search criteria being a custom field value. The trick is simple, but it took some time with Zoho official support to find the answer. | ||
If you're like me, you may have spent a long time trying to find a way to search Zoho Desk records with the search criteria being a custom field value. The trick is simple, but it took some time with Zoho official support to find the answer. | ||
|
||
Here's how you should set up your search criteria. No matter the name of your custom field, you have to use the key "customField1" where the value is a string-formatted version of the customfield name and value, like this: | ||
|
||
|
@@ -12,6 +16,7 @@ criteriaMap.put("customField1","<Custom_Field_Name>:<Custom_Field_Value>"); | |
You can also see docs for this function - https://www.zoho.com/deluge/help/desk/search-records.html | ||
|
||
## Example | ||
|
||
``` | ||
// Step 1 - first you must specify your orgId. You can find your orgId in Zoho Desk by going to settings > API > scroll all the way down to the bottom of the page. | ||
|
@@ -31,4 +36,4 @@ deskResponse = zoho.desk.searchRecords(orgId,"Accounts",criteriaMap,1,5,"<Your_O | |
info deskResponse; | ||
``` | ||
|
||
Contributed by Daniel Whiteside - [email protected] - June 2023 | ||
Contributed by Daniel Whiteside - [email protected] - June 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"custom404": "Custom 404 Page", | ||
"customFonts": "Custom Fonts", | ||
"listBlogPosts": "List Blog Posts on Any Page", | ||
"paragraphExpansion": "Paragraph Expansion (Show More/Less)" | ||
"index": { | ||
"display": "hidden" | ||
}, | ||
"custom404": "Custom 404 Page", | ||
"customFonts": "Custom Fonts", | ||
"listBlogPosts": "List Blog Posts on Any Page", | ||
"paragraphExpansion": "Paragraph Expansion (Show More/Less)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import {SitesIcon} from '../../components/zohoIcons' | ||
|
||
import { Callout } from 'nextra/components' | ||
|
||
import {DocumentCards} from '../../components/docList' | ||
|
||
# <SitesIcon style={{marginBottom:'-8px'}} /> Sites | ||
|
||
<Callout emoji="🚧"> | ||
This page is still under development.. | ||
</Callout> | ||
|
||
<DocumentCards folder='sites' /> | ||
|
||
## Quick Links |