Hi,While we copy from Scenario S#Bud1 to S#Bud2, Annotations are not
getting copied.Understand from related posts, it can be achieved using
api.Data.SetDataAttachmentText(). Any tried approach using this
syntax.Any leads would be appreciated.Thanks
Hi all,I need to make a calculate icon in a dashboard visible based on
the form status. Based on another post in the forum to check the
workflow status, tried below script to first check the workflow status
and return true if completed and false if n...
Hi all, Noticed that at some point people planning register is getting
cleared though the calculated plan data stays intact.What could be the
possible reason for register getting cleared?Thanks
Hi, ParamA will be a multiselect combo box and the same should be passed
to business rule as well. May I know how it can be done? I'm passing the
parameter in calculate button, then DM step and then to BR. Calc button
: {seq_name}{ParamCC = |!ParamA!...
Hi. I've created a multiselect parameter where the selection will be
passed into another parameter. Param1 -> Multiselect combo box(Eg: Level
2 members selected as "US" and "ASIA") Param2 -> Should be populated
based on the Param1 selection(Eg: Level...
Hi, I tried the above solution to check particular workflow's status and
resulted in following error."The given key was not found in the
dictionary"Here is the code I tried:
It is due to space created for each member.Resolved using below line and
it worked.Dim ParamCC as string =
(args.customcalculateargs.NameValuePairs.XFGetValue("ParamCC")).Replace("
","")Dim split as String() = ParamCC.Split(",")For Each param As stri...
Thanks Seburn.I tried the suggestions provided and it works
partially.Means when list of members were passed in ParamCC, it works
only for the first parameter.Dim split as String() =
args.customcalculateargs.NameValuePairs.XFGetValue("ParamCC").Split...
Hi JackLacava,Yes I run the calculate.A#Salary -> Expense type
account(Formula type = "Not Used") and i dint set any formula pass.But I
run the BR1 first and I still see the value stored as 14000 in CV1.Is
there any other way to check if it is stored...