I'm trying to create an advanced SmartObject Method that can read data from one SmartObject, and combine that information with input parameters to create a new record in another SmartObject:
Table1 -> (transform) -> Table 2.
I can sucessfully read the information from Table1, and this data is set in the smart object properties, however the write method in table 2 writes null values for every field.
I need this to be able to record the State of Table 1 at the time of certain transactions for reporting purposes. Is this going to be possible without writing a custom service broker?