https://netsuiteprofessionals.com logo
Join Slack
Powered by
# scis
  • a

    al3xicon

    07/19/2019, 7:55 PM
    set the channel description: For discussion NetSuite's SCIS (SuiteCommerce In Store) product
  • r

    Rob Cook

    04/02/2020, 7:50 PM
    https://netsuiteprofessionals.slack.com/archives/C298P0BCK/p1585845207209200
  • s

    sterling_rose

    09/08/2020, 2:15 PM
    hello, i don’t have much experience with SCIS but i have a customer that has it but they do not use cash sales. They use customer deposits instead. Does anyone know if its possible to configure SCIS to use customer deposits?
  • c

    chicken_dinner

    11/14/2020, 2:21 AM
    Hi guys, we have got several issues after SCIS 2020.2 update in general performance, Is there any other people having like frozen or stuck in the middle of the transaction?
  • a

    Akhil Munagala

    11/24/2020, 3:36 PM
    Hi, is it possible to make customizations on SCIS such as adding a custom button and all? if so, can you please provide me the links to documentation. Thanks.
  • n

    NetSuite Ninja

    12/31/2020, 6:19 PM
    Hello @al3xicon! Thanks for creating this channel! If anyone has questions please feel free to ask.
  • m

    MJ

    12/31/2020, 6:47 PM
    Do any one know about the device was primed? When done a transaction with parent device?
  • t

    Tracy Perkins

    02/23/2021, 5:37 PM
    Not sure if anyone else has had this issue, but the 2020.2.4 update caused a lot of issues for us, as the installation hasn't completed in our NetSuite instance. NetSuite indicated they have an e-Fix coming out in a few weeks to address. We identified today that since the installation never successfully completed, it overwrote our customized "CustomConfiguration.js" file. I was able to restore this from a copy from sandbox and have normal operations again. Hope this helps if anyone else is experiencing a similar issue.
  • c

    chicken_dinner

    03/10/2021, 12:58 AM
    @NetSuite Ninja Hi
  • r

    Rebecca

    09/28/2021, 7:40 PM
    is anyone currently using SCIS? I’m looking to understand if the stability and functionality has had improvements over the last few releases?
  • a

    Adeel Afzal

    12/19/2022, 10:57 AM
    When I tried to add a SuiteScript file in the SuiteScript2 folder, I am getting this error while activating the extension. {“type””error.SuiteScriptError”,”name””14978″,”message”:”Invalid define call, define should only be called once per module. Define calls found at the following line numbers: tmp_ssp_libraries_ext.js 34, 69, 108, 136, 167, 205, 231, 262″,”stack”:[“createError(N/error)”],”cause”{“message””Invalid define call, define should only be called once per module. Define calls found at the following line numbers: tmp_ssp_libraries_ext.js 34, 69, 108, 136, 167, 205, 231, 262″,”stack”:[“createError(N/error)”,”reduce(/SuiteBundles/Bundle 455185/ExtensionMechanism.Server/CompilersMapReduce/SspLibrariesCompilerMapReduce.js:295)”],”name””14978″},”id”””,”notifyOff”false,”userFacing”true} Here is my code: /** * @NApiVersion 2.x * @NModuleScope Public */ define(“Adeel.Customization.customization.ServiceController”, [‘N/record’, “ServiceController”], function( record, ServiceController ) { “use strict”; return ServiceController.extend({ name: “Adeel.Customization.customization.ServiceController”, // The values in this object are the validation needed for the current service. options: { common: {} }, get: function get() { return JSON.stringify({ message: “Hello World I’m an Extension using a Service!” }); }, post: function post() { // not implemented }, put: function put() { // not implemented }, delete: function() { // not implemented } }); });
  • a

    Anas Jakwani

    04/10/2025, 1:40 PM
    Hello People Is it possible to display some featured items on the dashboard screen for SCIS?