Changes

Jump to: navigation, search

IMSMA3 script writing

540 bytes added, 19:37, 11 July 2018
no edit summary
==Data types==__NOEDITSECTION__
* Boolean
: Attribute.SetBoolean("Active", Cast.Boolean("true")): Attribute.SetBoolean("Active", Cast.Boolean("1"))
* Date
:Attribute.SetDate("DateOfReport", Cast.Date(Row.GetAttribute("clnEntryDate"))): Attribute.SetDate("ReportVerifiedDate", Data.CurrentDate())
* Decimal
:Attribute.SetDecimal("AreaSize", Cast.Decimal(Row.GetAttribute("Area Cleared")))* Double/Float:Attribute.SetDouble("Latitude", Cast.Double(Row.GetAttribute("clnLatitude")))
* Integer
:Attribute.SetInt("Number", 1): Attribute.SetInt("NumberOfDependentsAge0To18", Cast.Int(Row.GetAttribute("clnCA_UserDefined1")))
Multi-select
:
6,632
edits

Navigation menu