zoukankan      html  css  js  c++  java
  • 找出系统中与某个Output Type关联的Document NO. 沧海

    在Fix Script/Smart Form相关的Bug时, 找与这个Output Type相关联的测试Document, 以前确实是件痛苦的事情: 要看output type的access sequences和condition records, 以及procedure中requirement source code, 然后去相关的数据表中去找匹配的document.

    其实根本没必要这么麻烦的, 系统中就有这么一个程序(Jason Shared), 你只要输入output type的名称, 它就能找出与之关联的documents.  Program Name: SD70AV1A :), 但是procedure中requirement source code有时候还是要看的.:(

    在知道Form名字的情况下,找出有哪些output type使用了它:
    NACE -> 选择一个application -> press "output types" on app toolbar -> choose an output type -> go to processing routines -> 在Form字段上按F1 -> 得到表的名字 -> 得到关联的output type

  • 相关阅读:
    回到顶部
    angularjs 复选框 单选框
    关于angularjs的ng-repeat指令
    JS字符串对象
    JS的控制语句与异常
    JS的运算符
    JS的引入方式和基础规范
    z-index及透明度opacity,利用overflow设置头像
    css的定位
    css的float属性及清除浮动
  • 原文地址:https://www.cnblogs.com/omygod/p/1372591.html
Copyright © 2011-2022 走看看