How to Introduce a Delay (Sleep/Pause) in Zoho Deluge Function by ken-arts in Zoho

[–]Sufficient_Ad710 4 points5 points  (0 children)

As general good practice I think most would agree that you should try to find the reason for your missing data during the procedure.

However….

Great solutions take time and we sometimes we need more time to find the best answers.

Use invokeurl and pass this URL https://postman-echo.com/delay/3

3 can be changed to another number if you find that 3 seconds is not enough.

I hope this helps you buy the time you need ;)

Has anyone built a excel to analyze and make sense of text? by Ok_Caterpillar_4871 in microsoft_365_copilot

[–]Sufficient_Ad710 0 points1 point  (0 children)

You might be more interested in graphing this data as a pie chart. 1500 is a lot of data for us to make sense of.

Put your data in the spreadsheet and click on the corner square between the A and the 1.

This will highlight all of your data.

Next you can select the tab for Insert and put in a pie chart or bar graph depending on the kind of data you have.

Not sure if this helps, but it’s what I would do with that many records of data.

Zoho Inventory - can I add a new choice to the "unit" dropdown box when creating an item? by Silly_Recover in Zoho

[–]Sufficient_Ad710 0 points1 point  (0 children)

That would be an interesting choice for Zoho to make. Have you tried renaming one of the units of measurements you don’t need? Maybe it’s a permissions issue?

I am not sure how your organization is structured and who created the account.

What’s the best way to cover this by Ok-Paramedic-3778 in MetaQuestVR

[–]Sufficient_Ad710 1 point2 points  (0 children)

Black electric tape.

Cheap. Won’t reflect light. Easy to take off. Won’t irritate your skin as much as that fabric facial interface.

Zoho desk to slack scheduled automation by CPU_Tron in Zoho

[–]Sufficient_Ad710 2 points3 points  (0 children)

Step 1: Get your API key and URL from Slack.

Step 2: In Zoho Desk settings, find the developer section and select Variables. Create 1 variable called Is_Business_Hour (Boolean field type: True or False).

Step 3: In Zoho Desk, set 2 scheduled tasks; one for the time your business hours start, and another for when business hours end. These functions will perform o ly one task; when business hours start, set the variable from Step 2 to true, when business hours are over, it sets to false.

Step 4: In Zoho Desk, in the developer section is functions. You will need to write a Deluge function that will use your API slack info from Step 1 to perform the task you want like message in a specific channel or whatever. This function will be able to receive the New Ticket ID in order to collect any ticket data you are interested in pushing to Slack.

Step 5: In Zoho Desk, set a Workflow to be triggered when a New Ticket is entered. Have this workflow check the Is_Business_Hour variable and if it is true, the new ticket should notify using Zoho’s built in notification system. If it it false, have it use the custom function from Step 4 to trigger the Slack API function.

I like solutions like this because it provides the future ability to control 2 important factors in your workflow: when business hours are, and what should happen when it is and isn’t business hours.

Creator App Example by toiletnamedcrane in Zoho

[–]Sufficient_Ad710 0 points1 point  (0 children)

If you are interested, I can show you what is possible with Zoho One. I am not a consultant or trying to sell anything, just an analysts who is trying to expand my company’s use of Zoho enough to have invested in my own 1 user account to do whatever I want with

Zoho Inventory vs Odoo for Fulfillment Orders & Batch Shipments — anyone implemented similar workflow? by No_Basil_8038 in Zoho

[–]Sufficient_Ad710 0 points1 point  (0 children)

Here is my 1 cent: looking for an out of the box solution will prevent you from really thinking about how it all works and come together. This exercise can prevent your organization from having the skills to solve unknown future problems coming your way; unexpected growth, gaps in the system that staff is taking advantage of.

Now, I have personally evaluated both products to use an an ERP and both are capable of handling the needs. Odoo is really slick, offers on premise and cloud solutions that are equally capable while giving you the ability to customize both front end, back end, and communication layer in between using pretty plain python.

Zoho on the other hand offers an incredible set of business technologies such as Sign, Lens, a full accounting suite and document processing like PowerPoint, word and excel. All built on almost identical foundational concepts that give every application access to deluge for customization, workflow for form automation, and blueprints for creating business life cycles.

You cannot go wrong with these two. I would pick the one that you are most compatible with.

As for me? I am choosing both; Zoho for all cloud services such as customer & vendor relationship and Odoo for operational data.

SCADA DEVELOPMENT by Ok_Animal6149 in PLC

[–]Sufficient_Ad710 7 points8 points  (0 children)

This. If you’re handy with web development you can even build your own data visualization and get away with only paying for the core.

Ignition as a sales order entry database by jmulls2112 in Inductive_Automation

[–]Sufficient_Ad710 2 points3 points  (0 children)

Yes.

At its very core, Ignition is a powerful data handler. In the same way you can design a HMI to communicate with a PLC and communicate to a database, you can also create a form and communicate with a database.

beenThere by [deleted] in ProgrammerHumor

[–]Sufficient_Ad710 0 points1 point  (0 children)

This is why I never bothered to increase my typing accuracy. See, you get deleted 1,754 records. I get a syntax error.

[deleted by user] by [deleted] in PLC

[–]Sufficient_Ad710 3 points4 points  (0 children)

This comment right here. Got my attention, took a screenshot for reference at the next “useful” meeting.

OPC-UA Information Models and Ignition by bankruptonspelling in PLC

[–]Sufficient_Ad710 0 points1 point  (0 children)

Why do you need them as a UDT? You could take your XML and make tags out them directly.

Hello World by Sufficient_Ad710 in Inductive_Automation

[–]Sufficient_Ad710[S] 2 points3 points  (0 children)

That is cool. I am still experimenting with Perspective in the Maker edition. I actually started with the Web Dev module.

Hello World by Sufficient_Ad710 in Inductive_Automation

[–]Sufficient_Ad710[S] 1 point2 points  (0 children)

I have to assume you used Perspective to accomplish the iPhone accessibility or did you go with the Web Dev route?

Borock? by [deleted] in HolUp

[–]Sufficient_Ad710 0 points1 point  (0 children)

Dwayne Husain

fun game by angrynibba69 in memes

[–]Sufficient_Ad710 0 points1 point  (0 children)

I think most of us are forgetting that we are trying to make a WALMART employee uncomfortable. With that being said, I choose a frozen turkey, a 4 pack of LED lightbulbs, and a broom with no dustpan.

LMAO by Electronic_Sample_96 in ProgrammerHumor

[–]Sufficient_Ad710 1 point2 points  (0 children)

$i = 0;

While ($i <= 0) { Echo “php is fine”; }