IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    NetSuite Data Migration Implementation NetSuite数据批量更新思路-CarlZeng

    应用背景 多线程,多个QUEUE,加速大数据量更新 实现思路 User Event implement data migration rule, CSV Import to trigger data migration logic/user event。 To be continue... ...继续阅读 (110)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    NetSuite SuiteScript 2.0 SFTP API Usage Sample-CarlZeng

    Background: Created a test SuiteLet script, after correct credential, it will do: 1. Upload/Sent specific NS File Cabinet file to SFTP server.(NS -> S ...继续阅读 (105)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    NetSuite SuiteScript 2.0 use DeferredDynamicRecord-CarlZeng

    Background There is a case when we add dynamic sublists to NetSuite Transaction, for user to put in data. In server-side, how to read it in SuiteScrip ...继续阅读 (116)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    Google Sheet NetSuite Integration 设计理念-CarlZeng

    Background: ERP users always using Excel/Number in daily work, and also operation peoples. So how does they easily post those changing data to NetSuit ...继续阅读 (142)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    NetSuite Build-In Error Message: The record has been deleted since you have retrieved it.-CarlZeng

    Background: In my scenario. When we do transform record, some time NetSuite throw (USER ERROR) error message about: The record has been deleted since ...继续阅读 (129)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    How to create a zip file in NetSuite SuiteScript 2.0 如何在现有SuiteScript中创建和下载ZIP压缩文档-CarlZeng

    Background We all knows that: NetSuite filecabinet provided a feature to download a folder to a zip file. Sample URL in the link: https://system.na1.n ...继续阅读 (125)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    Bar codes in NetSuite Saved Searches(transport/reprint) 活用NetSuite搜索页面显示可扫描条码-CarlZeng

    THIS IS A COPY FROM BLOG THIS IS A COPY FROM BLOG Ways of incorporating Bar Codes into your Netsuite Saved Searches. Code 39: Step 1: Load web font fi ...继续阅读 (102)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    两个NetSuite之间历史交易数据迁移的具体方案-CarlZeng

    背景与展望: 比如:公司要上市往往会要求提供过去几年的营业数据和报表等信息, 而这些信息来源于正在一直运营使用的ERP和财务系统是最可靠与真实的。 NetSuite实现的ERP和财务系统的完美结合,随着多年的经营积累和业务流程升级, NetSuite系统会不断改造和适应新的企业流程和应用。 其中免不 ...继续阅读 (98)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    Netsuite > Hierarchy of transactions in Inventory cost calculation-CarlZeng

    First in day worksheets+ Purchase Transactions (Receipts, Bills, Adjustments, Assembly Builds)+ Transfers and Transfer Orders (Shipments and Receipts)... ...继续阅读 (105)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    Netsuite > Employee Record Name维护规则-CarlZeng

    Employee Record Name 维护规则 - 在NS系统设计中,默认的Field展现是:First Name, Middle Name, Last Name - 在General Preferences(Setup > Company > Genernal Prefrences)中,影响员 ...继续阅读 (115)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    Netsuite > Foreign Currency Revaluation 外币评估-CarlZeng

    MENU: Transactions > Financial > Revalue Open Currency Balances 使用频率: - 每个月月底,结账前, 手工操作。 - 或者在Period Close Checklist会有一步需要操作:Revalue Open Foreign Curr ...继续阅读 (119)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    Netsuite订单审核问题-CarlZeng

    销售订单审核自动发送邮件问题:销售订单界面有“提交审核”按钮,点击提交后会自动发送邮件给审核人,这个审核人可以实现指定发送给销售团队中的“主要”成员吗?Options- 在邮件系统中, 定义那个salesperson的email为一个group的email地址, 这样NS发送一份邮件到这个特殊的邮箱... ...继续阅读 (115)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    Netsuite SuiteScript > Search Advance feature,搜索中使用 \'OR\' operation-CarlZeng

    Sample in online help//Define search filter expressionvar filterExpression = [ [ 'trandate', 'onOrAfter', 'daysAgo90' ], 'or', [ 'projecte... ...继续阅读 (115)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    Netsuite Formula > Oracle函数列表速查(PL/SQL单行函数和组函数详解).txt-CarlZeng

    PL/SQL单行函数和组函数详解 函数是一种有零个或多个参数并且有一个返回值的程序。在SQL中Oracle内建了一系列函数,这些函数都可被称为SQL或PL/SQL语句,函数主要分为两大类: 单行函数 组函数 本文将讨论如何利用单行函数以及使用规则。 SQL中的单行函数 SQL和PL/S... ...继续阅读 (110)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    A feature in Netsuite Reports > Financial > Balance Sheet-CarlZeng

    最新版本的Customize balance sheet pageLeft side > Layout > Add Reference RowThen in right side, you were able to specify a custom or standard REPORT value.... ...继续阅读 (117)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    Netsuite 友好提示-CarlZeng

    var a= new NLAlertDialog(); a.show('title','message'); nsapiCallUserScript 15:29 2010-01-25 ...继续阅读 (118)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    netsuite 与google app集成方案(预计)-CarlZeng

    什幺是 Google 企业应用套件? 了解更多 | 注册 Google 企业应用套件包含一系列面向企业、基于 Web 的生产性服务,它提供有功能强大的通信和协作工具。 Google 企业应用套件包括: 企业 Gmail - 向您所在域的电子邮件地址发送和接收电子邮件。 日历 - 同步计划并共享事件。 即时消息 - 通过 Google Talk 插件保持联系和展开合作。 文档 - 实时创建在线文档... ...继续阅读 (119)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    netsuite 库存同步机制-CarlZeng

    应用调用:nlapiServerCall('/app/accounting/transactions/inventory/validateInventoryNumbers.nl', 'getValidationScript', [params], eval);实现过程:--------------------- * @param url URL of request handler * @par... ...继续阅读 (116)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    netsuite动态绑定事件-CarlZeng

    这个能给一个指定的对象绑定多个重复的事件,执行顺序按照添加顺序来执行!已测试浏览器(ie7,firefox,chrome) var Bind = function(eventName, fun, obj) { ///给对象绑定事件,未传入对象的话默认绑定window /// ...继续阅读 (114)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    netsuite 记录类型 权限分配 use permissions-CarlZeng

    一个记录类型 如果想让有权限的所有角色共享 ,需要注意几点 1,编辑角色-List- custom record entry -FULL 权限 2,编辑记录类型,选中use permissions,在permission sublist下面 选中所需的角色 3,在等级处 选择Full/Edit/View 在限制处 选择空!! 4,在View Record 的列表中 Quick Sort 必须选成空... ...继续阅读 (131)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    NETSUITE ERROR: Invalid department reference key 24 及类似错误的处理办法-CarlZeng

    NETSUITE ERROR: Invalid department reference key 24 处理办法: 分析原因,1,这个24的internalid for Field department 是肯定有的,而系统却给出了出错提示, 说明系统在做类似下拉菜单选中department为24的部门的时候 出现了无法选择的项 , 所以系统认为这个下拉框中没有内容, so error popup.... ...继续阅读 (100)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    netsuite filter的选择框 代码控制-CarlZeng

    ListIN_InventoryNumber_INTERNALID(this) 用来把多选的列表框div构造出来 SearchIN_InventoryNumber_INTERNALID(document.forms['main_form'].elements.IN_InventoryNumber_INTERNALID_display.value) //用来把internalid传递给弹出的... ...继续阅读 (103)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    netsuite 子标签 tab 显示原理-CarlZeng

    function isTabShown(tname) { return document.all[tname+'_div'] == null || document.all[tname+'_div'].style.visibility == 'visible'; } 用来校验是否显示的状态。 下面这个在IE7中都能兼容: function ShowHideTab(tname,shown) { ... ...继续阅读 (127)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    Prototype.doc in Netsuite-CarlZeng

    $('div__header').innerHTML=''; $() 方法是在DOM中使用过于频繁的 document.getElementById() 方法的一个便利的简写,就像这个DOM方法一样,这个方法返回参数传入的id的那个元素。 客户端页面动态交互: 这样我们就可以用 request去执行一个ajax请求, 然后把responce(直接把内容)通过innerHTML 传递给... ...继续阅读 (122)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    to display netsuite transactions detail-CarlZeng

    &xml;=T https://system.netsuite.com/app/accounting/transactions/transaction.nl?id=3179&e;=T use &xml;=T below to display xml 用于排除故障用的测试地址, 把xml输出 既可查询一些数值情况,优先于UI的动作。 zeng.cz 20090421 1508 ...继续阅读 (127)


    love 0
    Carl Notes
    发表于
    2023-10-08 13:38:53

    netsuite url中?whence= 的作用 functionality-CarlZeng

    在我书写开发的过程中,有这样的需求,支付帐单的界面 跳转到支付单个供应商的界面 完成支付。这个时候url上添加参数&entity;= 系统可以完成默认的打开页面以后entity的指定,这样的结果是,当用户保存那个的支付单个供应商之后,跳转回原来页面,而如果原来的页面时一个suitelet提交过的页面url就会默认成:https://system.netsuite.com/app/site/hosti... ...继续阅读 (128)


    love 0
    edony
    发表于
    2023-10-08 13:00:22

    世界两个我,一个是我不像我,一个像我不是我

    按语:针对前段为期几个月的低谷状态,我不禁感慨:我一直都梦想着有余裕地做事情不被各种不得已催着走。但是「我来这个世界不是为了繁衍后代,而是来看花怎么开 ...继续阅读 (126)


    love 0
    吴奕茗 (chengdulittlea@outlook.com)
    发表于
    2023-10-08 12:47:10

    那么的维基 简易幻灯片

    那么的维基 简易幻灯片示例幻灯片点击鼠标或者使用右下角的控制按钮。这是新的一页正常编写 markdown 内容即可。这是一个列表看上去还行也可以添加图片就像这样……感谢使用那么的维基幻灯片按下ESC或者使用右下角X按钮退出放映。立刻下载那么的维基!2023/10/08 01:26:24 - 2023/10/08 12:47:10 ...继续阅读 (370)


    love 0
    江南一点雨
    发表于
    2023-10-08 11:26:28

    Spring AOP 中被代理的对象一定是单例吗?

    今天我们来思考这样一个问题:在 Spring AOP 中,被代理的对象是单例的吗?当我们每次获取到代理对象的时候,都会重新获取一个新的被代理对象吗?还是被代理的对象始终是同一个?为什么要思考这个问题,因为在松哥接下来要讲的 @Scope 注解高级用法中涉及到这个知识点。1. 问题呈现假设我有如下一个计算器接口:public interface ICalculator { void add(int a, int b); int minus(int a, int b); }然后给这个接口提供一个实现类:public class CalculatorImpl implements ICalculator { @Override public void add(int a, int b) { System.out.println(a + "+" + b + "=" + (a + b)); } @Override public int minus(int a, int b) { return a - b; } }现在假设我要生成一个代理对象,利用编程式的方式,代码如下:ProxyFactory proxyFactory = new ProxyFactory(); proxyFactory.se ...继续阅读 (114)


    love 0
    Loong Cheung
    发表于
    2023-10-08 10:03:17

    Linux cron 任务新增与编辑

    在 Linux 和 Unix 系统中,cron 任务是一种定时任务,用于在特定时间执行某些操作。要编辑 cron 任务,您需要使用crontab命令。以下是使用crontab编辑和管理 cron 任务的方法。more打开终端。输入crontab -e命令以编辑当前用户的 cron 任务列表。这将打开一个文本编辑器(通常是 vi 或 nano,具体取决于您的系统配置)。在编辑器中,您可以添加、修改或删除 cron 任务。cron 任务的格式如下:* * * * * command-to-be-executed - - - - - | | | | | | | | | ----- Day of week (0 - 7) (Sunday is both 0 and 7) | | | ------- Month (1 - 12) | | --------- Day of month (1 - 31) | ----------- Hour (0 - 23) ------------- Minute (0 - 59)例如,要在每天上午 9 点运行/home/user/backup.sh脚本,您可以添加以下行:0 9 * * * /home/user/backup.sh保存并关闭编辑器。这将自动更新您的 cron 任务列表。若要查看当前用户的 cron 任务列表,请在终端中输入crontab -l ...继续阅读 (125)

上一页 505/4404 下一页
沪ICP备19023445号-2号
友情链接