you guys know anyway to get generic inquiry formula value? used mapping table to map fields to a gi, works for single data like AccountCD, however for formulas like =Concat([OrganizationBAccount.AcctCD],'-',[Account.AccountCD]), it returns null. is there a way to get gi values for such formulas and assign them to variables?
Solved
how to get generic inquiry formula value in BLC?
Best answer by mohammadabujaffar21
using ‘((Dictionary<string, object>)row.Values["GenericResult"])[formulaKey].ToString()’ with formula key being genericinquiry.objectname_formula(genericinquiry.rowid), seems to work.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.