class LoadAddressesActions extends AnyRef
Loading addresses requires that the input is json with all the attributes set. The only requirement is that parentid is sets in the input data source and it should be remove, along with any other non-modelled attributes using the etl CLI parameters.
- Alphabetic
- By Inheritance
- LoadAddressesActions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new LoadAddressesActions(context: DynamicsContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clean(instring: String): String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val context: DynamicsContext
-
def
dbStream(query: String, dbConfigFile: String): Stream[IO, Nothing]
Create a stream from a json array file source.
Create a stream from a json array file source. ...whoops...this does it from MSSQL...change this
- val ehandler: ApplicativeError[IO, Throwable]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def insertAddress(payload: String): IO[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
loadAddresses: Action
Load source side account "location" correctly.
Load source side account "location" correctly. First 2 addresses should map to pre-existing addressnumber 1 and 2 and hence should be updates and not inserts. Data should be sorted by crm accountid then sorted by whatever makes the address you want for 1 and 2 appear at the start of the group.
objecttypecode is a string! not a number for this entity: account|contact|...
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parentBind(entityName: String): (Object) ⇒ Object
Assumes parentid holds id.
Assumes parentid holds id. Mutates record. Not currently used as its assumed that @odata.bind is in the data stream already.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updateAddress(parentId: String, addressNumber: Int, payload: String): IO[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def xform(params: Map[String, String]): (Object) ⇒ Object