MOO.DATA.ENTRY
MOO.DATA.ENTRY
Processes changed data in a valid MOODATA registered cube or variable.
Syntax
call moo.data.entry([CUBE.ROW Value])
Return Value
SUCCESS or error values
Example
You have changed data in a variable called OPEX_ACT read-only in MOODATA. You have limited the dimensions of OPEX_ACT to just the values that have changed. To ask the Process Manager to Save this data you should execute:
shw MOO.DATA.ENTRY('OPEX_ACT')
The Process Manager will execute a SUBMITDATA process, it will log the data to the SUBDATA audit analytic workspace, check the data is valid and the user has the correct rights to update the OPEX_ACT variable. Finally it will write the data to MOODATA and commit the change.