Month: August 2022
How Does the YouTube Algorithm Work?
YouTube got 1.953 billion unique visitors worldwide in May 2022. The platform received 35.083 billion monthly visits that month with an average visit duration of 21:41. YouTube’s algorithm tries to match each viewer to the videos they’re most likely to watch and enjoy. But, with over 500 hours of video content uploaded every minute, this is a Herculean task. YouTube’s search and… Continue reading How Does the YouTube Algorithm Work?
How can convert data in JSON into XML in Celigo
To conversion, using this Syntax <tag> {{record. Fieldname}} </tag> For Example, JSON data: { “record”: { “id”: “259246”, “recordType”: “salesorder”, “Internal_ID”: “259246”, “Customer_Name”: “CUST0000004 Amjil Capital”, “Shipping_Address1”: “11400 Twigg Plave” } } Convert to XML: <?xml version=”1.0″ encoding=”UTF-8”?> <Orders apiKey=”b7e02d23fb3d4c13b7ceda9de5c0e59e”> <brandIdentifier></brandIdentifier> <Order orderID= {{record. Internal_ID}}> <Warehouse id=”157″ /> <CustomerInfo> <Company>… Continue reading How can convert data in JSON into XML in Celigo
Suite Script Hook
Hooks are custom code (functions) that can run at different stages during the execution of a flow to modify the behavior of export and import processes. You can use a hook to run a stack or script in integrator.io, or you can use a Suite Script hook. To configure a Suite Script, you can create… Continue reading Suite Script Hook
Convert the Budget Vs Actual report into a budget import template
Proposal Summary This proposal is to generate the budget report with updating amount in the budget report with following condition such as; If the accounting period is closed we need to fetch amount value from the report If the accounting period is open, we need to fetch budget amount from the report Description Convert Budget… Continue reading Convert the Budget Vs Actual report into a budget import template
NetSuite JE approval process using Workflow
Requirement: Create a workflow for JE approval process. The approver for JE will be in different roles depending upon the JE amount range. Challenge: As NetSuite doesn’t provide amount fields in a workflow for JE record, we need to have a custom field to populate amount field in JE record. Solution Approach: Step 1: Saved Search Go… Continue reading NetSuite JE approval process using Workflow
Proposal for Estimate custom inventory count
Proposal Summary This proposal is to generate the inventory count record; based on the item receipt, the list of item names and bin data has been auto-populated. Requirement CGSM have to count the inventory when creating a purchase order to see how many items are there in their warehouse. Sometimes the number of items… Continue reading Proposal for Estimate custom inventory count
Displaying Special Customer with special item in customer center
The user needs to display special item to the specific customer center role A custom list field called “special customer” will be added to item record and it include the special customer list. such that during item creation user must specify the special customer from this list . User can only select a single customer… Continue reading Displaying Special Customer with special item in customer center
Establish connections in Celigo
Connections are established between the source and target applications before creating flows in integrator.io. A connection stores system credentials and other access information for the source or target application. To establish a connection: Go to integrator.io. From the Resources menu, select Connections. Then, click + Create connection at the top right. Click the desired source application. 5.Provide a clear and… Continue reading Establish connections in Celigo
Ship bob to NetSuite Integration using Celigo
Requirement The requirement is to integrate the 3PL Ship Bob with NetSuite using Celigo. Our Solution Prerequisites NetSuite account (Sandbox and Production) with administrator permissions. Access to Celigo integrator.io Access to Ship Bob (Sandbox and Production) Description of the task A.Setup Connection NetSuite Connection: The pre-built NetSuite connector in Celigo can be used to create… Continue reading Ship bob to NetSuite Integration using Celigo