SmartClient Version: v11.0p_2016-06-15/EVAL Development Only (expires 2016.08.14_11.37.24) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY)
Chrome on OSX
Hello, I just noticed that the visual builder DataSource Editor doesn't show inherited DataSource fields when I try to add a foreign key relation, as in the screenshot.
JPC_ALIQUOTA_IVA is a DataSource which inherits all of its fields from JPC_ALIQUOTA_IVA_BASE. I've added both of them in the dataSources tab. But when I select JPC_ALIQUOTA_IVA as in the screenshot there's this error in the developer console:
Chrome on OSX
Hello, I just noticed that the visual builder DataSource Editor doesn't show inherited DataSource fields when I try to add a foreign key relation, as in the screenshot.
JPC_ALIQUOTA_IVA is a DataSource which inherits all of its fields from JPC_ALIQUOTA_IVA_BASE. I've added both of them in the dataSources tab. But when I select JPC_ALIQUOTA_IVA as in the screenshot there's this error in the developer console:
Code:
21:54:40.548:XRP7:WARN:DataSource:JPC_ALIQUOTA_IVA:DataSource JPC_ALIQUOTA_IVA inheritsFrom JPC_ALIQUOTA_IVA_BASE, but there is no DataSource of that name currently loaded. Ignoring the inheritsFrom declaration. 21:54:40.553:XRP7:WARN:Log:TypeError: Cannot read property 'getLength' of null Stack from error.stack: DataSourceFieldPicker.handleLiveDs(<no args: exited>) on [DataSourceFieldPicker ID:isc_DataSourceEditor_0_fieldEditor_form_StaticTextItem_picker] @ ISC_DataBinding.js:3607:6 <anonymous>(<no args: exited>) on [RPCManager ID:builtinApplication] @ ISC_DataBinding.js:3610:449 [c]Class.fireCallback(_1=>anonymous(), _2=>Array[1], _3=>Array[1], _4=>[RPCManager ID:builtinApplication], _5=>undef) on [Class RPCManager] @ ISC_Core.js:305:104 Class.fireCallback(_1=>anonymous(), _2=>Array[1], _3=>Array[1], _4=>undef) on [RPCManager ID:builtinApplication] @ ISC_Core.js:373:302 actionURL(_10=>Obj, _11=>" ..."[2499], _12=>Obj) on [RPCManager ID:builtinApplication] @ ISC_DataBinding.js:322:39 [c]Class.fireCallback(<no args: recursion>) on [Class RPCManager] @ ISC_Core.js:305:104 Class.fireCallback(<no args: recursion>) on [RPCManager ID:builtinApplication] @ ISC_Core.js:373:302 [c]RPCManager.fireReplyCallback(_1=>callback(), _2=>Obj, _3=>Obj, _4=>" ..."[2499]) on [Class RPCManager] @ ISC_DataBinding.js:1746:77 [c]RPCManager.fireReplyCallbacks(_1=>Obj, _2=>Obj) on [Class RPCManager] @ ISC_DataBinding.js:1753:120 [c]RPCManager.performOperationReply(_1=>Obj, _2=>Obj) on [Class RPCManager] @ ISC_DataBinding.js:1744:13 RPCManager._performTransactionReply(_1=>12) on [Class RPCManager] @ ISC_DataBinding.js:1724:6 [c]RPCManager.performTransactionReply(_1=>12, _2=>" ..."[2499], _3=>undef) on [Class RPCManager] @ ISC_DataBinding.js:1639:20 eval(transactionNum=>12, results=>[object XMLHttpRequest], wd=>undef) @ [no file]:3:16 [c]Class.fireCallback(<no args: recursion>) on [Class Comm] @ ISC_Core.js:305:104 [c]Comm.performXmlTransactionReply(_1=>12, _2=>[object XMLHttpRequest]) on [Class Comm] @ ISC_Core.js:1406:27 eval(xmlHttpRequest=>[object XMLHttpRequest]) @ [no file]:3:10 [c]Class.fireCallback(<no args: recursion>) on [Class Class] @ ISC_Core.js:305:104 Comm._fireXMLCallback(_1=>[object XMLHttpRequest], _2=>"isc.Comm.performXmlTransactionReply(12, ..."[55], _3=>undef) on [Class Comm] @ ISC_Core.js:1385:409 XMLHttpRequest._15() @ ISC_Core.js:1393:367
Comment