|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
如图,在查询一个request的参数只能看见一串逗号分割的值,这些值是实际传递的值,而不是用户选择时看到的显式值。有没有什么办法能够查询到每个参数对应的显式值?我试过fnd_flex_descval.validate_desccols,通常可以取得每个segment的值及其显式值,但是如果一个segment使用到special或者pair的valueset就会报错:
The flexfield on this field contains a value set (INV_SRS_ACCOUNT_PAIR) that uses special or pair user-exit validation. This prohibits operation in the mode that optimizes performance over a wide-area network.To continue using this form, have the system administrator either remove the all special or pair validated value sets from this flexfield definition, or turn off wide area operation by setting the profile option - Flexfields: Validate on Server to N.
但是即使我将profile Flexfields: Validate on Server 设置为N依然报这个错....求帮助……谢谢。
|
|