RtBaseline_EditTransferAttributeValue
The RtBaseline_EditTransferAttributeValue method/function allows the editing of a value over a AFTransfer attribute, either inside or outside of the AFCase. When inside the AFCase, it also creates the result and the adjustment.
Web Method Synopsis (C# Syntax)
public DataSet RtBaseline\_RtBaseline\_CreateTransfer(
string sAFTransferPath,
string sAFAttribute,
string sAFAnalysisPath,
DateTime dStartTime,
DateTime dEndTime,
string sNewValue,
string sCreator,
string sNote);
Output Result
BOOL® Returns a TRUE/FALSE flag, indicating whether the action was performed with error (FALSE) or without error (TRUE).
Input Parameters
sAFTransferPath (STRING) ® The AFTransfer path that must exist in the following format: \\Server\Database\Transfer. If only the element name is passed, the Web Service tries to look up the element in the configured default SERVER and DATABASE configured in the machine that is running the Web Services.
sAFAttribute (STRING) ® The AFAttribute name.
sAFAnalysisPath (STRING) ® The Sigmafine AFAnalysis path. Specify the Sigmafine specific path according to the model configuration with the following format: \\Server\Database\Model\AFAnalysis.
dStartTime (DATETIME) ® If no analysis is specified, it is the StartTime of the transfer; otherwise, it is the StartTime of the AFCase.
dEndTime (DATETIME) ® If no analysis is specified, it is the EndTime of the transfer; otherwise, it is the EndTime of the AFCase.
sNewValue (STRING) ® The new value to be written to the value.
IMPORTANT NOTE: Do not pass the value with the UOM. The value must reflect the exact type of the attribute. This function forces a type-casting from string to the type of the AFAttribnute specified in the sAFAttribute parameter.
sCreator (STRING) ® The UserName or the alias for the modifier (only inside the case for AFAdjustment creation).
sNote (STRING) ® The modification Note for the edit (only inside the case for AFAdjustment creation).