最新消息:ww12345678 的部落格重装上线,希望大家继续支持。

QuickFix -16:[已解决] ComputedFieldMethod:方法返回类型’ExtendedDataType’无效; 期望值:“字符串” / QuickFix -16:[Solved] ComputedFieldMethod: Method return type of ‘ExtendedDataType’ is invalid; expected values(s): ‘String’

网络文摘 William 680浏览 0评论

While adding a computed field and creating a method for the same, getting below error for method. 

ComputedFieldMethod]:Method return type of 'ExtendedDataType' is invalid; expected values(s): 'String'

Solution: You need to double-check the method signature and it must look like below

public static server str myCal()

    {

        str mycal;

//Business logic

        return mycal;

    }

Build your solution and give it a try.

-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址