Product: | TOTVS Backoffice |
Product Line: | Microsiga Protheus Line |
Industry: | Services |
Module: | TOTVS Backoffice (Protheus Line) - Fixed Asset (SIGAFIS) |
Function: | Assets - ATFA012/ Transfer - ATFA060 |
Country: | Brazil |
Ticket: | Internal |
Requirement/Story/Issue: | DSERCTR1-33685 |
This document aims to explain the entry point F010VldDel.
|
This EP is executed to substitute the routine for validation and deletion of the asset. It must return TRUE(.T.) to proceed with the deletion; otherwise, FALSE(.F.).
If ExistBlock("F010VldDel") lRet := ExecBlock("F010VldDel",.F.,.F.,{cAlias1, lCompra}) Else ///Default system treatments |
User Function F010VldDel() cAlias := ParamIXB[1] lCompraPE := ParamIXB[2] lRet := .F. lRet := MsgYesNo("Entrou no PE","") //Validations desired in EP Return lRet |
PE Parameters:
What should be returned:
|