I want to clean up some dead code and I want to make sure the code is not used anymore.
When looking at a server business processor I notice in the .dfm it refers to commands that are not in the RODL
e.g. for businessprocessor: PatientFCInfo
Schema = DASchema
InsertCommandName = ‘Insert_GetGeneralInfoFCPat’
UpdateCommandName = ‘Update_GetPatZiektebeelden’
RefreshDatasetName = ‘GetGeneralInfoFCPat’
ReferencedDataset = ‘GetGeneralInfoFCPat’
ProcessorOptions = [poAutoGenerateDelete, poPrepareCommands]
UpdateMode = updWhereKeyOnly
BusinessRulesID = ‘ServerRules.PatientFCInfo’
the Insert_GetGeneralInfoFCPat and Update_GetPatZiektebeelden commands do not exist
What is the behaviour in this case? Should this not be reported at compile time as an error?
Can these missing commands be listed by RO?
Attached the RODL and DFM
OffServer_RODL_DFM.zip (201.3 KB)