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

Resolved! Referencing a custom structure from a referenced assembly

I am trying to figure out how to share a structure between OS BR files. In an Extender BR file named ExtenderBR I have: Public Structure MyStruct Public Element1 As String Public Element2 As Boolean Public Element3 As Integer End Structure Public Fun...

rhankey by New Contributor III
  • 1196 Views
  • 4 replies
  • 0 kudos

Resolved! How to identify which environment a BR is running in?

I have some business rules that need to identify which environment the BR is running in. This is because they does different things in each environment. In one BR i want the process to run in Prod but not QA or Dev, in another i want to copy extract ...

bhandelman by New Contributor III
  • 1248 Views
  • 6 replies
  • 0 kudos

Resolved! Dates format issue with LoadCustomTableUsingDelimitedFile function

Hi, I have an application DB table with a date column and I am using the LoadCustomTableUsingDelimitedFile function to load a CSV file to the table. The xfDateTime# token is assigned to the column in the LoadCustomTableUsingDelimitedFile function. Th...

AndreaF by Contributor III
  • 1480 Views
  • 5 replies
  • 0 kudos