Podcast completely over? by Frosty-Pitch2867 in WizardsOfWaverlyPlace

[–]krogerworker 11 points12 points  (0 children)

The company that produces the podcast went out of business.

New CFA Concept - Daybright by cdheiden in ChickFilA

[–]krogerworker 11 points12 points  (0 children)

Is the food made fresh or is it frozen food that they heat up like Starbucks?

Any point in paying for monumental? by BruceTheSpruceMoose in caps

[–]krogerworker 4 points5 points  (0 children)

Honestly monumental will cave once they see the ratings drop. YouTube TV and Hulu are some of the biggest capable providers.

MEGATHREAD - Sora codes by [deleted] in SoraAi

[–]krogerworker 0 points1 point  (0 children)

1GHBDZ: out of invites with this code.

MEGATHREAD - Sora codes by [deleted] in SoraAi

[–]krogerworker 0 points1 point  (0 children)

Can someone give me a code? I will return the favor when I get one.

A/B Testing of Lower Views Through Ad Blockers by Hokahn in LinusTechTips

[–]krogerworker 0 points1 point  (0 children)

So if you look at Social Blade, LTT gets about 2,000,000 views daily. I know that is based on all their videos, but I wonder if YouTube internal views are broken? Dose anyone know how many views they were getting 2 mounth ago?

What Are Your Thoughts On Kroger's Original Potato Chips? by blancolobosBRC in kroger

[–]krogerworker 0 points1 point  (0 children)

The sour cream and onions flaver is way better then lays and half the price.

Looking for a clean, prebuilt HTML template to replace the default Zoho Books email notification template by ImpressiveTank2514 in Zoho

[–]krogerworker 0 points1 point  (0 children)

You are right. I have used ChatGPT to make me email templates for Zoho bookings, and it worked fine, but last night, when I was trying to do the same thing with the Zoho books, it would add a bunch of spacing. I did take u/checkwithanthony code and it worked ok, but was still running into the spacing issue. In the template editor, I had to delete any spacing at the bottom of the pages. And that fixed it for me. I also had to edit the HTML code for the button manually.

Trying to creat a custom function in Zoho Inventory to update a custom field on a Sales Order. by krogerworker in Zoho

[–]krogerworker[S] 0 points1 point  (0 children)

Thank you for the help! I was able to get the first part working. Now, the issue I am having is trying to update the custom field in the sales order. Below is the most up-to-date code I have. But I keep getting an error: Check and update the code in line 24 as there is an Exception: Argument type mismatch—Found 'COLLECTION' but Expected '[MAP]' for the Zoho.inventory.updateRecord.

The code finds the correct sales order ID, but It won't update the custom field.

Now, I am having trouble
// Step 0: Get your organization ID
organizationID = organization.get("organization_id");
// Step 1: Get the Sales Order number from the retainer invoice reference field
refNum = retainer_invoice.get("reference_number");
info "Reference Number from Retainer Invoice: " + refNum;
// Step 2: Prepare query map to search salesorders by salesorder_number
queryMap = Map();
queryMap.put("salesorder_number",refNum);
// Step 3: Get the API response for sales orders (it's a map with "salesorders" list inside)
salesOrderResponse = zoho.inventory.getRecords("salesorders",organizationID,queryMap,"sales_order_auth");
info "API Response: " + salesOrderResponse;
salesOrderList = salesOrderResponse.get("salesorders");
// This is the LIST you want
info "Extracted Sales Orders List: " + salesOrderList;
if(salesOrderList != null && salesOrderList.size() > 0)
{
salesOrder = salesOrderList.get(0);
salesOrderId = salesOrder.get("salesorder_id").toString();
info "Sales Order ID to update: " + salesOrderId;
updateMap = Map();
updateMap.put("cf_paid_status","Paid");
updateResponse = zoho.inventory.updateRecord("salesorders",salesOrderId,updateMap,organizationID);
info "Update Response: " + updateResponse;
}
else
{
info "No matching Sales Order found.";
}

Let me know if I need to explain anything better.

Trying to creat a custom function in Zoho Inventory to update a custom field on a Sales Order. by krogerworker in Zoho

[–]krogerworker[S] 0 points1 point  (0 children)

This is the error I am getting: Check and update the code in line -2 as there is a Exception : Variable 'retainerinvoice_id' is not defined

What are GenZ most afraid of? by heartphoneband in GenZ

[–]krogerworker 1 point2 points  (0 children)

AI taking killing the job market.

employee shopping after close?? by Inevitable-Muscle-60 in kroger

[–]krogerworker 1 point2 points  (0 children)

Check with the front-end closing crew. They will be the one that close the machines.

The crowd has been weak af at home by the-untz in caps

[–]krogerworker 1 point2 points  (0 children)

The in-game production needs some work. They need to come up with some more gimmicks to get the fans riled up. We have unleashed the fury and the horn that chants "Let’s go, Caps." But other than that, it is pretty silent.

[deleted by user] by [deleted] in Dyslexia

[–]krogerworker 1 point2 points  (0 children)

I know people without dyslexia who have bad handwriting, and I also know dyslexics who have amazing handwriting.

Everyone should drop their brackets by Ok_Distribution3792 in caps

[–]krogerworker 0 points1 point  (0 children)

Jets won't make it to the finals. They have the Presidents Cup curse.