EnterDataSet
Description:
For one or more SDIs, enters Data Values for a single Data Set that is assigned to each SDI.
Input Properties
sdcid
Description:
Identifier of the SDC.
Required:
Yes
keyid1
Description:
Identifiers of the SDIs.
Required:
Yes
keyid2
Description:
Identifiers of the SDIs.
Required:
Only for multi-key SDCs.
keyid3
Description:
Identifiers of the SDIs.
Required:
Only for multi-key SDCs.
paramlistid
Description:
Identifier of the Parameter List.
Required:
Yes
paramlistversionid
Description:
Identifier of the Parameter List Version.
Required:
Yes
variantid
Description:
Identifier of the Parameter List Variant.
Required:
Yes
dataset
Description:
Data Set Number.
Required:
Yes
params
Description:
Total number of Data Items you are entering into the Data Set (defined as n in the next four Properties).
Required:
Yes
paramid1
Description:
Identifier of the Parameter relevant to each Data Item in the Data Set. For the Property Id, specify the first Data Item by setting n=1. Increment n for each additional Data Item.
Required:
Yes
paramtype1
Description:
Identifier of the Parameter Type assigned to Parameter n. For the Property Id, specify the first Data Item by setting n=1. Increment n for each additional Data Item. @req Yes
replicateid1
Description:
Replicate number of the Data Item for Parameter n. For the Property Id, specify the first Data Item by setting n=1. Increment n for each additional Data Item.
Required:
Yes
enteredtext1
Description:
Text string to enter into the "Entered Text" cell of the Data Entry Page for Parameter n. For the Property Id, specify the first Data Item by setting n=1. Increment n for each additional Data Item.
Required:
Yes
applylock
Description:
Determines whether or not (Y/N) data are locked during Action processing.
Required:
No
auditreason
Description:
Auditing information recorded in the "Reason" column of the TraceLog table.
Required:
No
auditactivity
Description:
Auditing information recorded in the "Activity" column of the TraceLog table.
Required:
No
auditsignedflag
Description:
Auditing information recorded in the "SignedFlag" column of the TraceLog table.
Required:
No
auditdt
Description:
Auditing information recorded in the "ModDt" column of the TraceLog table.
Required:
No
eventnotify
Description:
Determines whether or not (Y/N) an EventNotify Action is posted onto the ToDo List when this Action executes.
Deprecated:
As of version 7, Event Notify actions are no longer generated
Additional Information
Additional information concerning this Action:
  • To enter Data Values for multiple SDIs, use the following example as a guideline:

    sdcid = Sample
    keyid1 = S01;S02
    paramlistid = Metals;Polymers
    paramlistversionid = 1;3
    variantid = 2;4
    dataset = 1;2
    params = 2
    paramid1 = Al
    paramtype1 = Std
    replicateid1 = 1
    enteredtext1 = 100
    paramid2 = HDPE
    paramtype2 = Std
    replicateid2 = 1
    enteredtext2 = 200
    This would enter the following Data Values for each Sample: For Sample S01, this enters 100 for the Al Parameter (Type=Std, Replicate=1) of the Metals Data Set (Version=1, Variant=2, DataSetNumber=1).
    For Sample S02, this enters 200 for the HDPE Parameter (Type=Std, Replicate=1) of the Polymers Data Set (Version=3, Variant=4, DataSetNumber=2).

  • Comments Concerning Limit Rules:
    When you create a Limit Rule (Link: ../base/limrulpg.htm), you can specify two Actions: one to execute when the Limit is met/not met/either, and one to execute unconditionally following the first Action. This has implications when using EnterDataItem.
    In a Web page, EnterDataItem executes as part of the Save transaction. This means that if the Action fails, the Save transaction also fails.
    In LVX, EnterDataItem does not execute as part of the Save transaction. This means that if the Action fails, the Save transaction does not.
  • For each combination of Parameter, Parameter Type, and Replicate, this Action can change the values in the TransformValue, EnteredQualifier, EnteredOperator, and DisplayValue columns in the SDIDataItem table, and can also affect the SDIDataItemLimits table if you have deferred Transforms.

Copyright © 1999-2016 LABVANTAGE Solutions, Inc.