https://netsuiteprofessionals.com logo
Join Slack
Powered by
# beta-testers
  • k

    kyle

    03/29/2017, 3:09 PM
    set the channel description: #NetSuiteProfessionals Slack community is in no way affiliated with, authorized, maintained, sponsored or endorsed by NetSuite Inc.
  • c

    carlos_at_tesorio

    03/29/2017, 3:45 PM
    <!here|@here> good morning folks! the admins were awesome and created a #C4S5J7LBZ channel. We all work hard to build tools that will help NetSuite users and it’s great to get feedback as early as possible. If you like being an early adopter, please join the #C4S5J7LBZ channel where going forward you’ll get a first row seat to view and shape the development of the newest tools and product updates. If you’re a developer, we hope that you’ll post your latest work plus how users can access it & provide feedback. Thanks @kyle for creating the channel!!
  • c

    carlos_at_tesorio

    03/29/2017, 3:45 PM
    @carlos_at_tesorio pinned a message to this channel.
  • c

    carlos_at_tesorio

    04/12/2017, 7:24 AM
    <!here|@here> would you folks mind submitting answers to our survey about our newest product? we’ll be sharing beta access soon too: https://qtrial2017q2az1.az1.qualtrics.com/jfe/form/SV_8IAFSISGnNpzSn3
  • c

    carlos_at_tesorio

    04/12/2017, 7:25 AM
    thanks a ton in advance
  • c

    carlos_at_tesorio

    05/12/2017, 12:21 AM
    We recently launched a tool that makes understanding and managing your cash flow dead simple. It’s like a ‘cash finder’ for all the money you’re leaving on the table. On top of beautiful reporting, we’ve set up a number of customizable alerts so you know where to focus (e.g. who should collections be focused on to anticipate late payments, what bills are ok to pay a little later if you need to stretch out cash, what terms should you renegotiate, or what working capital financing might make sense for you). If you ever wished that Mint worked well and could be used for business, then check us out: www.tesorio.com. We’re looking for feedback on what features you’d want built out or what alerts you’d want surfaced. You can authenticate with NetSuite in a few minutes here: https://dashboard.tesorio.com/registration/?s=VHJ1ZQ== Ping me if you sign up and we’ll extend the trial period so you have more time to play.
  • b

    bputnam

    09/04/2018, 5:00 PM
    Anyone familiar with any company or group that performs regression testing in NetSuite?
  • v

    VJ

    04/12/2019, 6:03 AM
    Any prefered automation tool used for testing Netsuite forms?
  • k

    Kumar

    04/16/2019, 5:13 PM
    selenium
  • v

    Valeriy

    02/21/2020, 2:39 AM
    Hello, I’m Valerie from suitedb 😊 Our team is proud to present a new innovating testing tool for NetSuite environment. The app is adaptable to every company requirements and includes: unit, integration, functional and end to end testing. Feel free to send me PM for more info or a quick DEMO.
  • r

    redfishdev

    01/26/2022, 3:21 AM
    is there any interest in a low cost excel integration? one for analyzing data?
  • m

    Muhammad Hafiz

    07/06/2023, 9:13 AM
    Hi I want to ask what is the correct request body for apply the payment in vendorPayment? I have tried using this
    "apply": {
    "items": [
    {
    "doc": {
    "id": "57516"
    },
    "amount": 20000
    }
    ]
    }
    But still not working, I get an error that said :
    Copy code
    "Error while accessing a resource. You have attempted an invalid sublist or line item operation. You are either trying to access a field on a non-existent line or you are trying to add or remove lines from a static sublist.
    Thank you in advance