Netsuite 父子关系和内联编辑
Netsuite Parent Child Relationships and Inline editting
所以我必须在 Netsuite 中建立多对多关系模型。这是在客户和定价例外之间。
所以首先我为异常类型列表创建一个列表
然后我创建了一个自定义记录,其中有两个 List/Record 查找,一个针对客户(我们重命名的客户),另一个针对 list/record 我们的账单异常。
我将第一个(针对客户端)标记为父记录,并为新记录类型启用内联编辑。
!http://www.cryptoknight.org/img/4_8_2016_10_44_18_AM.png
最后,我将新列表从自定义选项卡移至名为支持费用增加的特定选项卡。
此时,我打开一个 client/customer 并期待一个典型的 Netsuite 内联编辑框。我没有看到,我可以单击按钮创建一个新的例外,它会启动一个小的弹出窗体,但它不允许我内联执行此操作。
显然我错过了什么,但是什么?
我想你正在寻找儿童记录编辑。
尝试选中子记录类型上的 Allow Child Record Editting
复选框。 (这没有任何意义,但该字段的帮助文本 试图 澄清:
Check this box to allow records of this type to be edited directly when they display as children in a sublist on a parent record.
Child records are never editable in parent records that have more than 10,000 child record lines, even when the Allow Child Record Editing option is enabled for the record type.
Note: This option was formerly labeled Allow Inline Editing. Its label was changed because it is not related to the Inline Editing feature or to the Inline Editing switch that displays on list pages when that feature is enabled. The name change also was intended to avoid confusion with the Enable Inline Editing option.
所以我必须在 Netsuite 中建立多对多关系模型。这是在客户和定价例外之间。
所以首先我为异常类型列表创建一个列表 然后我创建了一个自定义记录,其中有两个 List/Record 查找,一个针对客户(我们重命名的客户),另一个针对 list/record 我们的账单异常。
我将第一个(针对客户端)标记为父记录,并为新记录类型启用内联编辑。 !http://www.cryptoknight.org/img/4_8_2016_10_44_18_AM.png
最后,我将新列表从自定义选项卡移至名为支持费用增加的特定选项卡。
此时,我打开一个 client/customer 并期待一个典型的 Netsuite 内联编辑框。我没有看到,我可以单击按钮创建一个新的例外,它会启动一个小的弹出窗体,但它不允许我内联执行此操作。
显然我错过了什么,但是什么?
我想你正在寻找儿童记录编辑。
尝试选中子记录类型上的 Allow Child Record Editting
复选框。 (这没有任何意义,但该字段的帮助文本 试图 澄清:
Check this box to allow records of this type to be edited directly when they display as children in a sublist on a parent record.
Child records are never editable in parent records that have more than 10,000 child record lines, even when the Allow Child Record Editing option is enabled for the record type.
Note: This option was formerly labeled Allow Inline Editing. Its label was changed because it is not related to the Inline Editing feature or to the Inline Editing switch that displays on list pages when that feature is enabled. The name change also was intended to avoid confusion with the Enable Inline Editing option.