Rules
Discuss Formulas and Business rules for your application

Forum Posts

[howto] Use "Insert Code" when posting on Forum boards

Hey guys! Just a reminder: if you're going to post code in this forum, please make it easier to read by using the "Insert/Edit Code Sample" button on the expanded formatting toolbar. Here's a short video showing how it works. If you need to edit code...

tmp.png 1c_code.gif
JackLacava by Community Manager
  • 1325 Views
  • 6 replies
  • 3 kudos

Resolved! Combo Box issue display wrong item

Hi All, I have a combo box that is in the main dashboard called cb_OnMaindash. The combo box has a parameter linked to it (i.e., a bound parameter) this is delimited list parameter called dl_ComboBox_param. The display items (dash1, dash2, dash3, das...

vnareny_0-1693248298391.png
vnareny by New Contributor II
  • 648 Views
  • 2 replies
  • 0 kudos

Connecter BR and Finance BR in order

hi, I have custom table created with records using the finance BR. Second step is to send the data from the custom table to another applicaiton using the connector rule. Is there an option to call the above two rules in single datasource in the above...

vijay by New Contributor III
  • 273 Views
  • 1 replies
  • 1 kudos

warnings of deprecated functions

I'm making updates to some BRs that predate any of the current employees and when validating the rules I get warnings that I'd like to resolve. Specifically, these: 'Public Shared Overloads Function CreateSubstVarSourceInfo(dbConnFW As DbConnInfo, db...

photon by New Contributor III
  • 1171 Views
  • 9 replies
  • 0 kudos

Display Date/time and timezone in the Report footer

If (uiItem.uiItemType = XFReportUIItemType.PageFooterDate) ThenDim combinedText As String ' Get the current date and timeDim currentDateTimecurrentDateTime = NowcombinedText = "Date & Time: " & FormatDateTime(currentDateTime, vbLongDate) & " " & Form...

Resolved! Refreshing Dashboard and Parameters after a DM Job

I want to run a DM job from a dashboard (with the task popup showing progress, so no background running) and then when finished have the originating dashboard refresh after updating a parameter used in the dashboard. If I call the DM job directly fro...

Sweez by New Contributor III
  • 830 Views
  • 1 replies
  • 0 kudos