Hello,
I have a problem with proper use HTTP Feed Custom Field (cPrime add-on). I have "JSON Request custom field" and it works fine, I can see filled dropdown list. But how can I get value of that field in my SIL script?
string result = %key%.customfield_10001;
doesn't work, I get "Exception while executing SIL program >>null<<: [SIL Error on line: 5, column: 18] com.keplerrominfo.common.util.MutableDouble cannot be cast to com.keplerrominfo.common.util.MutableString".
What is correct way to get value from this field?
Hello @Bartłomiej F_ Tajchman ,
Thank you for question!
I can see two options:
1. You can use Cprime app available here:
https://confluence.cprime.io/display/SIL/SIL+support+for+nFeed+plugin.
Go to the Binaries and Sources part.
2. You can use SIL Groovy Connector to select the values of the NFeed Custom field by groovy and then use this value in your SIL script:
https://marketplace.atlassian.com/apps/1220177/sil-groovy-connector?hosting=server&tab=overview
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.