Codeunit 5302 Outlook Synch. Type Conv in 25
- App
- Base Application
- Namespace
- Microsoft.CRM.Outlook
Versions171819202122232425262728latest
Source29
Procedures, 29
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetSubStrByNo | (Integer, Text) | Text | public | - |
| EvaluateTextToFieldRef | (Text, var FieldRef, Boolean) | Boolean | public | - |
| TextToOptionValue | (Text, Text) | Integer | public | - |
| TextToInteger | (Text, var Integer) | Boolean | public | - |
| TextToBigInteger | (Text, var BigInteger) | Boolean | public | - |
| TextToBoolean | (Text, var Boolean) | Boolean | public | - |
| TextToGUID | (Text, var Guid) | Boolean | public | - |
| TextToDecimal | (Text, var Decimal) | Boolean | public | - |
| TextToDateTime | (Text, var DateTime) | Boolean | public | - |
| TextToDuration | (Text, var Duration) | Boolean | public | - |
| TextToDateFormula | (Text, var DateFormula) | Boolean | public | - |
| OptionValueToText | (Integer, Text) | Text | public | - |
| FieldOptionValueToText | (Integer, Integer, Integer) | Text | public | - |
| EvaluateOptionField | (FieldRef, var Text) | Boolean | public | - |
| EvaluateFilterOptionField | (FieldRef, var Text, Boolean) | Boolean | public | - |
| TruncateString | (var Text, Integer) | public | - | |
| SetTimeFormat | (Time) | Text | public | - |
| SetDateFormat | (Date) | Text | public | - |
| SetDateTimeFormat | (DateTime) | Text | public | - |
| SetDecimalFormat | (Decimal) | Text | public | - |
| SetBoolFormat | (Boolean) | Text | public | - |
| PrepareFieldValueForXML | (FieldRef) | Text | public | - |
| SetValueFormat | (Text, FieldRef) | Text | public | - |
| HandleFilterChars | (Text, Integer) | Text | public | - |
| ReplaceFilterChars | (Text) | Text | public | - |
| LocalDT2UTC | (DateTime) | DateTime | public | - |
| UTC2LocalDT | (DateTime) | DateTime | public | - |
| UTCString2LocalDT | (Text) | DateTime | public | - |
| RunningUTC | () | Boolean | public | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeTextToDate | (Text, var Date, Boolean, var Boolean, var Boolean) | - |
| Integration event | OnBeforeTextToDecimal | (Text, var Decimal, var Boolean, var Boolean) | - |
| Integration event | OnBeforeTextToTime | (Text, var Time, var Boolean, var Boolean, var Boolean) | - |