zoukankan      html  css  js  c++  java
  • SuiteLet Building Block to Select Record SuiteLet页面动态加载搜索结果后附加选择功能

    Requirement

    Allow a selection of a saved search. Then redraw the form with a button to 'Submit'.

    Fill or Update Search ID.(I.e. "Public Search: Sample to Select Record"), submit to redirect.

    笔者的这篇开发,主要是用于给一个工具拓充一项功能,功能:可以将系统中任意的搜索结果动态加载到页面,然后给每一个搜索结果行提供勾选框,选中勾选框后提交数据到后台,生成相应流程的基础数据。

    Status

    1. Updated "Select Record Suitelet" to be dynamic generated columns(base on saved search).
    2. Included Record Type and Internal ID column(saved search no need to add those column)
    3. After click submit, log shows: "Selected strRecType: inventoryadjustment, journalentry, journalentry. Selected strRecId: 12, 16, 22".

    Supported: formula column fields in saved search.(dynamic naming for custom columns in SuiteLet)

    Screenshoot

    Main Page of Utility SuiteLet:

    Main Page of Utility SuiteLet

    View Historical generated/submited records and proceed status

     View Historical generated/submited records and proceed status

    Embedded SuiteLet to NetSuite Customer UI/page 嵌入客户页面, 直接获取父(主)记录

    Embedded SuiteLet to NetSuite Customer UI/page 嵌入客户页面, 直接获取父(主)记录

    After release, 发布生产

    After release, 发布生产

  • 相关阅读:
    webstorm打开项目找不到git
    Redis 下载与安装(Windows版)
    element-UI el-table样式(去边框和滚动条样式)
    MVVM
    HTTP
    TCP/IP
    vue双向绑定
    Vue组件化原理
    JavaScript
    css中可继承与不可继承属性
  • 原文地址:https://www.cnblogs.com/backuper/p/SuiteLet_Building_Block_to_Select_Record.html
Copyright © 2011-2022 走看看