u/andrewsmd87

Looking for advice on getting started after reading the beginners guide faq and wiki

First, thanks to the mods and people who did all of that as it was a big help. My main question is I live in town and don't want just a pile in my yard. I am also worried about smell in a sense that I want to be mindful to my neighbors. I was originally thinking about a tumbler but I feel like I was reading mixed reviews on those. I have a very small garden just one tomato plant and about 6 green bean plants so I don't need a ton.

Can someone recommend to me what would be the best option given those requirements? I don't care a ton about cost or effort, it's more during that will work and also either not smell, or have the smell contained somehow (like an enclosed bin).

Thanks

reddit.com
u/andrewsmd87 — 1 day ago

I am building a small integration: time logged in Asana needs to become NetSuite time entries. The part that is killing me is not “POST the time row,” it is finding the right internal ids before we POST.

What I think we need:

Internal id for the job / project the time belongs to Internal id for the project task (or whatever field your time form expects) Plus the usual defaults (item, class, department, location, etc.) that we can

The problem I have is this data is in asana, and we have custom fields like 1300 project name. How we log this by hand is we go to the time sheet page in NS and we type in 1300, and the project then comes up and you click that. We also have the task name in asana that matches exactly what is in net suite.

Where I am stuck is given that net suite needs those ids, I am trying to search it via the api to find them to make a request to add a time entry

I feel like I have tried every variation on the projectTask search with the q= option and I get nothing back. Things like

/record/v1/projectTask?q=(title IS "1300 Project 1") ?q=(title CONTAINS "1300") ?q=(title STARTS_WITH "1300")

I can provide more detail if needed, I am just pulling my hair out at this point trying to get the ids back from NS based on a project name search, to be able to POST timer entries. Thanks

reddit.com
u/andrewsmd87 — 18 days ago