Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试从网络块中获取值时遇到问题。块的内容是EditRecord对应于动态添加到页面的子模型元素。
EditRecord
由于OutSystems 5不允许通过对 Web 块的引用传递参数,因此我无法获取用户输入的更新值。
在这个版本中实现动态子模型的替代方案是什么?
帮助您并不容易,因为要获得第 5 版来尝试一些事情并不容易。您可能想尝试的一件事是用您的值字符串化通知父页面,但我什至不确定它是否存在于 5.x 中。
如果我可以问,为什么还在5?
Outsystem 新版本有方法名称 Deprecated_Notify 您可以从 webblock 传递值,在父 webscreen 部分中您可以从 Deprecated_NotifyGetMessage() 获取值。