att
This commit is contained in:
parent
20ae0d1f2f
commit
2946fc4f6e
18
Recrutamento e Seleção/.vscode/servers.json
vendored
Normal file
18
Recrutamento e Seleção/.vscode/servers.json
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"configurations": [
|
||||
{
|
||||
"id": "li97ygt2jtpmox9f43v2yuy8w2zc9b",
|
||||
"name": "Ginseng Produção",
|
||||
"host": "comerciode188006.fluig.cloudtotvs.com.br",
|
||||
"ssl": true,
|
||||
"port": 443,
|
||||
"username": "andrey.cunha",
|
||||
"password": "eyJpdiI6IjU5MzE0NTNmZGEzYzY1OTg4NWM0MGRmMzNlM2QxZjU1Iiwic2FsdCI6ImYzODdiNjVkNjUwNDAzMjdjZjI1ZDFhM2I5ZDE5MGE1IiwidGV4dCI6ImIyNzQ4NWI1NTkwZjZjMzUwMjdiOTUzODVlMDExZTBiIn0=",
|
||||
"userCode": "andrey.cunha",
|
||||
"confirmExporting": false,
|
||||
"hasBrowser": false,
|
||||
"companyId": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -23,7 +23,7 @@ function createDataset(fields, constraints, sortFields) {
|
||||
["51101", "Diretoria e Gestão", "João Marcelo", "joao.loureiro@grupoginseng.com.br", "4"],
|
||||
["51102", "Operações", "Lucas Barbosa", "lucas.barbosa@grupoginseng.com.br", "5"],
|
||||
["51102", "Obras e Manutenção", "Diogo Demetrio", "diogo.martins@grupoginseng.com.br", "6"],
|
||||
["51103", "Controladoria", "Ariklenyo Nascimento", "ari.nascimento@grupoginseng.com.br", "7"],
|
||||
["51103", "Controladoria", "Lucas Marchiori", "lucas.marchiori@grupoginseng.com.br", "7"],
|
||||
["51104", "Compliance", "Marla Palma", "marla.palma@grupoginseng.com.br", "8"],
|
||||
["51107", "Administrativo", "Lucila Brandão", "lucila.brandao@grupoginseng.com.br", "9"],
|
||||
["51110", "Gente e Cultura", "Francine Peiter", "francine.silva@grupoginseng.com.br", "10"],
|
||||
|
||||
@ -157,23 +157,20 @@
|
||||
<span class="required text-danger"><strong> * </strong></span>
|
||||
<input type="zoom" class="form-control requiredInput" name="estabelecimento" id="estabelecimento"
|
||||
data-zoom="{
|
||||
'displayKey':'estabelecimento',
|
||||
'displayKey':'LOJA',
|
||||
'datasetId':'dsFiliais',
|
||||
'placeholder': 'Pesquisar nome do estabelecimento ou filial.',
|
||||
'fields':[
|
||||
{
|
||||
'field':'estabelecimento',
|
||||
'label':'Filial',
|
||||
'standard':'true',
|
||||
'search':'true'
|
||||
},
|
||||
{
|
||||
'field':'codigo',
|
||||
'label':'Protheus',
|
||||
'search':'true'
|
||||
}
|
||||
{'field':'LOJA','label':'Filial','standard':'true','search':'true'},
|
||||
{'field':'REGIONAL','label':'REGIONAL','standard':'true'},
|
||||
{'field':'UF','label':'UF','standard':'true'},
|
||||
{'field':'RESPONSAVEL_LOJA','label':'RESPONSAVEL_LOJA','visible':'false'},
|
||||
{'field':'PDV','label':'PDV','visible':'false'},
|
||||
{'field':'PROTHEUS','label':'PROTHEUS','visible':'false'},
|
||||
{'field':'COLLEAGUE_ID','label':'COLLEAGUE_ID','visible':'false'},
|
||||
{'field':'LOGIN_LOJA','label':'LOGIN_LOJA','visible':'false'}
|
||||
]
|
||||
}" />
|
||||
}">
|
||||
<p class="text-danger text-error">
|
||||
Preenchimento obrigatório.
|
||||
</p>
|
||||
@ -327,6 +324,45 @@
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group col-md-8 col-xs-12">
|
||||
<label>Qual equipamento vai ser utilizado?</label>
|
||||
<span class="text-danger"><strong>*</strong></span><br>
|
||||
<div>
|
||||
<label>
|
||||
<input name="itensinicio" id="itensback" value="backoffice" type="radio">
|
||||
<span class="change-weight">Kit Backoffice (Notebook, mouse, teclado e headset).</span>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input name="itensinicio" id="itensamg" value="amg" type="radio">
|
||||
<span class="change-weight">Kit AMG (Notebook, Kit mouse e teclado, headset e telefone
|
||||
coporativo).</span>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input name="itensinicio" id="itenscomercial" value="comercial" type="radio">
|
||||
<span class="change-weight">Kit Comercial (Mobshop e Mobpin).</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group col-md-4 col-xs-12">
|
||||
<label>Vai precisar de fardamento?</label>
|
||||
<span class="text-danger"><strong>*</strong></span><br>
|
||||
<div>
|
||||
<label>
|
||||
<input name="fardamentoPronto" id="fardamentoprontosim" value="pronto" type="radio">
|
||||
<span class="change-weight">Sim</span>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input name="fardamentoPronto" id="fardamentoprontonao" value="faltando" type="radio">
|
||||
<span class="change-weight">Não</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -465,103 +501,22 @@
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12 col-xs-12">
|
||||
<label for="numCotacoes">Clique no botão para adicionar participantes</label>
|
||||
<button id="gerarTabela" class="btn btn-primary btn-sm"
|
||||
onclick="gerarTabelaCotacaoComNumeracao('tabelarecrutamento')">Adicionar</button>
|
||||
<div class="form-group col-md-4 col-xs-12">
|
||||
<label for="nomedocandidato">Nome do candidato selecionado</label>
|
||||
<input type="text" class="form-control" id="nomedocandidato" name="nomedocandidato">
|
||||
</div>
|
||||
<div class="form-group col-md-4 col-xs-12">
|
||||
<label for="telefone">Telefone</label>
|
||||
<input type="text" class="form-control" id="telefone" name="telefone">
|
||||
</div>
|
||||
<div class="form-group col-md-4 col-xs-12">
|
||||
<label for="email">Email</label>
|
||||
<input type="email" class="form-control" id="email" name="email">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="col-md-12">
|
||||
<table class="table" tablename="tabelarecrutamento" id="tabelarecrutamento" noaddbutton="true"
|
||||
nodeletebutton="true">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 20%;">Nome do candidato</th>
|
||||
<th style="width: 20%;">Telefone</th>
|
||||
<th style="width: 25%;">Email</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="fs-v-align-top fs-text-center">
|
||||
<input type="text" class="form-control" name="nomedocandidato">
|
||||
</td>
|
||||
<td class="fs-v-align-top fs-text-center">
|
||||
<input type="text" class="form-control" name="telefone" style="width: 150px;">
|
||||
</td>
|
||||
<td class="fs-v-align-top fs-text-center">
|
||||
<input type="email" class="form-control" name="email" style="width: 150px;">
|
||||
</td>
|
||||
<td class="fs-v-align-top fs-text-center">
|
||||
<button type="button" class="btn btn-danger btn-sm remover-linha"
|
||||
onclick="removeLinhaComAnexo(this)">Remover</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="row">
|
||||
<br />
|
||||
<h6>
|
||||
Checklist de Início.
|
||||
</h6>
|
||||
<br />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="datainiciotrabalho"> Data de início</label>
|
||||
<input type="date" name="datainiciotrabalho" id="datainiciotrabalho" class="form-control">
|
||||
</div>
|
||||
<div class="form-group col-md-10 col-xs-6">
|
||||
<label>Qual o Kit vai ser utilizado?</label>
|
||||
<span class="text-danger"><strong>*</strong></span><br>
|
||||
<div>
|
||||
<label>
|
||||
<input name="itensinicio" id="itensback" value="backoffice" type="radio">
|
||||
<span class="change-weight">Kit Backoffice (Notebook, mouse, teclado e headset).</span>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input name="itensinicio" id="itensamg" value="amg" type="radio">
|
||||
<span class="change-weight">Kit AMG (Notebook, Kit mouse e teclado, headset e telefone
|
||||
coporativo).</span>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input name="itensinicio" id="itenscomercial" value="comercial" type="radio">
|
||||
<span class="change-weight">Kit Comercial (Mobshop e Mobpin).</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group col-md-10 col-xs-6">
|
||||
<label>Fardamento pronto para ser entregue?</label>
|
||||
<span class="text-danger"><strong>*</strong></span><br>
|
||||
<div>
|
||||
<label>
|
||||
<input name="fardamentoPronto" id="fardamentoprontosim" value="pronto" type="radio">
|
||||
<span class="change-weight">Sim</span>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input name="fardamentoPronto" id="fardamentoprontonao" value="faltando" type="radio">
|
||||
<span class="change-weight">Não</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row justificativa-activity-6">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
|
||||
@ -331,8 +331,8 @@ var beforeSendValidate = function (numState, nextState) {
|
||||
};
|
||||
|
||||
function setSelectedZoomItem(selectedItem) {
|
||||
console.log("Campo selecionado:", name_item);
|
||||
var name_item = selectedItem.inputId;
|
||||
console.log("Campo selecionado:", name_item);
|
||||
var ehItem = name_item.indexOf("___") >= 0;
|
||||
var indice = "";
|
||||
if (ehItem){
|
||||
@ -341,49 +341,58 @@ function setSelectedZoomItem(selectedItem) {
|
||||
indice = valores[1];
|
||||
}
|
||||
|
||||
var dtsCentroCusto = DatasetFactory.getDataset(
|
||||
"ds_Liderdireto",
|
||||
null,
|
||||
null,
|
||||
null
|
||||
).values;
|
||||
|
||||
var nomeGestorComercialBA = dtsCentroCusto[0].gestorCentroCusto;
|
||||
var emailGestorComercialBA = dtsCentroCusto[0].emailGestor;
|
||||
var idGestorComercialBA = dtsCentroCusto[0].idGestor;
|
||||
|
||||
var nomeGestorComercialSE = dtsCentroCusto[1].gestorCentroCusto;
|
||||
var emailGestorComercialSE = dtsCentroCusto[1].emailGestor;
|
||||
var idGestorComercialSE = dtsCentroCusto[1].idGestor;
|
||||
|
||||
var nomeGestorComercialAL = dtsCentroCusto[2].gestorCentroCusto;
|
||||
var emailGestorComercialAL = dtsCentroCusto[2].emailGestor;
|
||||
var idGestorComercialAL = dtsCentroCusto[2].idGestor;
|
||||
var dtsCentroCusto = [];
|
||||
try {
|
||||
var dsCentroCusto = DatasetFactory.getDataset("ds_Liderdireto", null, null, null);
|
||||
dtsCentroCusto = dsCentroCusto && dsCentroCusto.values ? dsCentroCusto.values : [];
|
||||
} catch (e) {
|
||||
console.error("Falha ao carregar ds_Liderdireto:", e);
|
||||
}
|
||||
|
||||
function getGestorByCentroCusto(nomeCentroCusto) {
|
||||
for (var i = 0; i < dtsCentroCusto.length; i++) {
|
||||
if (dtsCentroCusto[i].centroCusto === nomeCentroCusto) {
|
||||
return dtsCentroCusto[i];
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
if (name_item == "estabelecimento") {
|
||||
let estabelecimento = selectedItem["estabelecimento"];
|
||||
let estado = selectedItem["estado"];
|
||||
var estabelecimento =
|
||||
selectedItem["estabelecimento"] ||
|
||||
selectedItem["LOJA"] ||
|
||||
selectedItem["filial"] ||
|
||||
"";
|
||||
|
||||
var estado = selectedItem["estado"] || selectedItem["UF"] || "";
|
||||
var estadoNormalizado = (estado + "").toUpperCase();
|
||||
$("#estado").val(estado);
|
||||
|
||||
if (estabelecimento && window["estabelecimento"] && typeof window["estabelecimento"].setValue === "function") {
|
||||
window["estabelecimento"].setValue(estabelecimento);
|
||||
}
|
||||
|
||||
// Só executa a lógica do centro de custo se não for "Escritório"
|
||||
if (estabelecimento !== "ESCRITÓRIO MATRIZ") {
|
||||
// Executa manualmente a lógica do estado aqui
|
||||
if (estado.includes("AL")) {
|
||||
window["centroCusto"].setValue("Comercial AL");
|
||||
$("#gestorNome").val(nomeGestorComercialAL);
|
||||
$("#gestorEmail").val(emailGestorComercialAL);
|
||||
$("#gestor_cc").val(idGestorComercialAL);
|
||||
} else if (estado.includes("SE")) {
|
||||
window["centroCusto"].setValue("Comercial SE");
|
||||
$("#gestorNome").val(nomeGestorComercialSE);
|
||||
$("#gestorEmail").val(emailGestorComercialSE);
|
||||
$("#gestor_cc").val(idGestorComercialSE);
|
||||
} else if (estado.includes("BA")) {
|
||||
window["centroCusto"].setValue("Comercial BA");
|
||||
$("#gestorNome").val(nomeGestorComercialBA);
|
||||
$("#gestorEmail").val(emailGestorComercialBA);
|
||||
$("#gestor_cc").val(idGestorComercialBA);
|
||||
if (estabelecimento !== "ESCRITÓRIO MATRIZ" && estadoNormalizado) {
|
||||
var centroAlvo = "";
|
||||
if (estadoNormalizado.indexOf("AL") >= 0) {
|
||||
centroAlvo = "Comercial AL";
|
||||
} else if (estadoNormalizado.indexOf("SE") >= 0) {
|
||||
centroAlvo = "Comercial SE";
|
||||
} else if (estadoNormalizado.indexOf("BA") >= 0) {
|
||||
centroAlvo = "Comercial BA";
|
||||
}
|
||||
|
||||
if (centroAlvo) {
|
||||
var dadosGestor = getGestorByCentroCusto(centroAlvo);
|
||||
window["centroCusto"].setValue(centroAlvo);
|
||||
|
||||
if (dadosGestor) {
|
||||
$("#gestorNome").val(dadosGestor.gestorCentroCusto || "");
|
||||
$("#gestorEmail").val(dadosGestor.emailGestor || "");
|
||||
$("#gestor_cc").val(dadosGestor.idGestor || "");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -442,13 +451,3 @@ function remove_row(element) {
|
||||
}
|
||||
|
||||
|
||||
function gerarTabelaCotacaoComNumeracao(tabelarecrutamento) {
|
||||
wdkAddChild(tabelarecrutamento);
|
||||
}
|
||||
|
||||
|
||||
function removeLinhaComAnexo(event) {
|
||||
fnWdkRemoveChild(event);
|
||||
}
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -9,61 +9,6 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>mecanismoGrupo</string>
|
||||
<object class="java.util.ArrayList">
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Aprovadores Compras Nvl 3</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AprovadoresComprasNvl3</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Compras Indiretos</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ComprasIndiretos</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Obras e manutenção</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Manutencao</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Motoristas</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Motoristas</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Tecnologia e Comunicação</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>TIC</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>expediente</string>
|
||||
<array class="java.lang.String" length="4">
|
||||
@ -81,164 +26,9 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>camposFormulario, documentoId = 590</string>
|
||||
<array class="java.lang.String" length="50">
|
||||
<void index="0">
|
||||
<string>activity</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>centroCusto</string>
|
||||
</void>
|
||||
<void index="2">
|
||||
<string>codigoItem</string>
|
||||
</void>
|
||||
<void index="3">
|
||||
<string>complemento</string>
|
||||
</void>
|
||||
<void index="4">
|
||||
<string>consideracoesCompras</string>
|
||||
</void>
|
||||
<void index="5">
|
||||
<string>consideracoesCotacao</string>
|
||||
</void>
|
||||
<void index="6">
|
||||
<string>currentUserId</string>
|
||||
</void>
|
||||
<void index="7">
|
||||
<string>currentUsermail</string>
|
||||
</void>
|
||||
<void index="8">
|
||||
<string>currentUserName</string>
|
||||
</void>
|
||||
<void index="9">
|
||||
<string>dataAbertura</string>
|
||||
</void>
|
||||
<void index="10">
|
||||
<string>dataAprovCompras</string>
|
||||
</void>
|
||||
<void index="11">
|
||||
<string>dataRealizacaoCompras</string>
|
||||
</void>
|
||||
<void index="12">
|
||||
<string>dataValidacaoCompras</string>
|
||||
</void>
|
||||
<void index="13">
|
||||
<string>dataValidacaoGestor</string>
|
||||
</void>
|
||||
<void index="14">
|
||||
<string>dataValidacaoItens</string>
|
||||
</void>
|
||||
<void index="15">
|
||||
<string>descricao</string>
|
||||
</void>
|
||||
<void index="16">
|
||||
<string>emailSolicitante</string>
|
||||
</void>
|
||||
<void index="17">
|
||||
<string>estabelecimento</string>
|
||||
</void>
|
||||
<void index="18">
|
||||
<string>fdAnexo_Coleta</string>
|
||||
</void>
|
||||
<void index="19">
|
||||
<string>fdAnexo_Entrega</string>
|
||||
</void>
|
||||
<void index="20">
|
||||
<string>fdAnexo_Nfe</string>
|
||||
</void>
|
||||
<void index="21">
|
||||
<string>fdAnexo_recebimento</string>
|
||||
</void>
|
||||
<void index="22">
|
||||
<string>fnAnexo_Coleta</string>
|
||||
</void>
|
||||
<void index="23">
|
||||
<string>fnAnexo_Entrega</string>
|
||||
</void>
|
||||
<void index="24">
|
||||
<string>fnAnexo_Nfe</string>
|
||||
</void>
|
||||
<void index="25">
|
||||
<string>fnAnexo_recebimento</string>
|
||||
</void>
|
||||
<void index="26">
|
||||
<string>formMode</string>
|
||||
</void>
|
||||
<void index="27">
|
||||
<string>gestor_cc</string>
|
||||
</void>
|
||||
<void index="28">
|
||||
<string>gestor_cce</string>
|
||||
</void>
|
||||
<void index="29">
|
||||
<string>gestorEmail</string>
|
||||
</void>
|
||||
<void index="30">
|
||||
<string>gestorEmailE</string>
|
||||
</void>
|
||||
<void index="31">
|
||||
<string>gestorNome</string>
|
||||
</void>
|
||||
<void index="32">
|
||||
<string>gestorNomeE</string>
|
||||
</void>
|
||||
<void index="33">
|
||||
<string>justificativa</string>
|
||||
</void>
|
||||
<void index="34">
|
||||
<string>justificativaDecisaoCompras</string>
|
||||
</void>
|
||||
<void index="35">
|
||||
<string>justificativaDecisaoGestor</string>
|
||||
</void>
|
||||
<void index="36">
|
||||
<string>justificativaDecisaoItens</string>
|
||||
</void>
|
||||
<void index="37">
|
||||
<string>justificativaValidaProblema</string>
|
||||
</void>
|
||||
<void index="38">
|
||||
<string>quantidadeItem</string>
|
||||
</void>
|
||||
<void index="39">
|
||||
<string>requesterId</string>
|
||||
</void>
|
||||
<void index="40">
|
||||
<string>requesterMail</string>
|
||||
</void>
|
||||
<void index="41">
|
||||
<string>requesterName</string>
|
||||
</void>
|
||||
<void index="42">
|
||||
<string>userCotacaoGestor</string>
|
||||
</void>
|
||||
<void index="43">
|
||||
<string>userRealizacaoCompras</string>
|
||||
</void>
|
||||
<void index="44">
|
||||
<string>userSolicitante</string>
|
||||
</void>
|
||||
<void index="45">
|
||||
<string>userValidacaoCompras</string>
|
||||
</void>
|
||||
<void index="46">
|
||||
<string>userValidacaoGestor</string>
|
||||
</void>
|
||||
<void index="47">
|
||||
<string>userValidacaoItens</string>
|
||||
</void>
|
||||
<void index="48">
|
||||
<string>validacaoItens</string>
|
||||
</void>
|
||||
<void index="49">
|
||||
<string>WKNumProces</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>mecanismo</string>
|
||||
<array class="[Ljava.lang.Object;" length="10">
|
||||
<array class="[Ljava.lang.Object;" length="12">
|
||||
<void index="0">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
@ -260,6 +50,26 @@
|
||||
</array>
|
||||
</void>
|
||||
<void index="2">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>dpf_di_emp_filial_filtro</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>dpf_di_emp_filial_filtro</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="3">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>dpf_di_inicio_diadmissao</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>dpf_di_inicio_diadmissao</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="4">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Executor de Atividade</string>
|
||||
@ -269,7 +79,7 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="3">
|
||||
<void index="5">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Grupo</string>
|
||||
@ -279,7 +89,7 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="4">
|
||||
<void index="6">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Grupos do Colaborador</string>
|
||||
@ -289,7 +99,7 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="5">
|
||||
<void index="7">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>mecCustomAprov</string>
|
||||
@ -299,7 +109,7 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="6">
|
||||
<void index="8">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Papel</string>
|
||||
@ -309,7 +119,7 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="7">
|
||||
<void index="9">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição para um Grupo</string>
|
||||
@ -319,7 +129,7 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="8">
|
||||
<void index="10">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição para um Papel</string>
|
||||
@ -329,7 +139,7 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="9">
|
||||
<void index="11">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Usuário</string>
|
||||
@ -341,6 +151,164 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>camposFormulario, documentoId = 823</string>
|
||||
<array class="java.lang.String" length="51">
|
||||
<void index="0">
|
||||
<string>activity</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>centroCusto</string>
|
||||
</void>
|
||||
<void index="2">
|
||||
<string>confidencial</string>
|
||||
</void>
|
||||
<void index="3">
|
||||
<string>consideracoes</string>
|
||||
</void>
|
||||
<void index="4">
|
||||
<string>currentUserId</string>
|
||||
</void>
|
||||
<void index="5">
|
||||
<string>currentUsermail</string>
|
||||
</void>
|
||||
<void index="6">
|
||||
<string>currentUserName</string>
|
||||
</void>
|
||||
<void index="7">
|
||||
<string>dataAbertura</string>
|
||||
</void>
|
||||
<void index="8">
|
||||
<string>datainiciotrabalho</string>
|
||||
</void>
|
||||
<void index="9">
|
||||
<string>dataUserValidacao</string>
|
||||
</void>
|
||||
<void index="10">
|
||||
<string>dataValidacaoCompras</string>
|
||||
</void>
|
||||
<void index="11">
|
||||
<string>dataValidacaoCorre</string>
|
||||
</void>
|
||||
<void index="12">
|
||||
<string>dataValidacaofunc</string>
|
||||
</void>
|
||||
<void index="13">
|
||||
<string>dataValidacaoGestor</string>
|
||||
</void>
|
||||
<void index="14">
|
||||
<string>dataValidacaoItens</string>
|
||||
</void>
|
||||
<void index="15">
|
||||
<string>descricaodeperfil</string>
|
||||
</void>
|
||||
<void index="16">
|
||||
<string>email</string>
|
||||
</void>
|
||||
<void index="17">
|
||||
<string>estabelecimento</string>
|
||||
</void>
|
||||
<void index="18">
|
||||
<string>estado</string>
|
||||
</void>
|
||||
<void index="19">
|
||||
<string>fardamentoPronto</string>
|
||||
</void>
|
||||
<void index="20">
|
||||
<string>formMode</string>
|
||||
</void>
|
||||
<void index="21">
|
||||
<string>funcao</string>
|
||||
</void>
|
||||
<void index="22">
|
||||
<string>gestorEmail</string>
|
||||
</void>
|
||||
<void index="23">
|
||||
<string>gestorNome</string>
|
||||
</void>
|
||||
<void index="24">
|
||||
<string>gestor_cc</string>
|
||||
</void>
|
||||
<void index="25">
|
||||
<string>itensinicio</string>
|
||||
</void>
|
||||
<void index="26">
|
||||
<string>justificativa</string>
|
||||
</void>
|
||||
<void index="27">
|
||||
<string>justificativaDecisaoCompras</string>
|
||||
</void>
|
||||
<void index="28">
|
||||
<string>justificativaDecisaoCorre</string>
|
||||
</void>
|
||||
<void index="29">
|
||||
<string>justificativaDecisaoFunc</string>
|
||||
</void>
|
||||
<void index="30">
|
||||
<string>justificativaDecisaoGestor</string>
|
||||
</void>
|
||||
<void index="31">
|
||||
<string>justificativaDecisaoItens</string>
|
||||
</void>
|
||||
<void index="32">
|
||||
<string>nomedocandidato</string>
|
||||
</void>
|
||||
<void index="33">
|
||||
<string>ratingValue</string>
|
||||
</void>
|
||||
<void index="34">
|
||||
<string>requesterId</string>
|
||||
</void>
|
||||
<void index="35">
|
||||
<string>requesterMail</string>
|
||||
</void>
|
||||
<void index="36">
|
||||
<string>requesterName</string>
|
||||
</void>
|
||||
<void index="37">
|
||||
<string>situacaoResolvida</string>
|
||||
</void>
|
||||
<void index="38">
|
||||
<string>telefone</string>
|
||||
</void>
|
||||
<void index="39">
|
||||
<string>urgente</string>
|
||||
</void>
|
||||
<void index="40">
|
||||
<string>userValidacao</string>
|
||||
</void>
|
||||
<void index="41">
|
||||
<string>userValidacaoCompras</string>
|
||||
</void>
|
||||
<void index="42">
|
||||
<string>userValidacaoCorre</string>
|
||||
</void>
|
||||
<void index="43">
|
||||
<string>userValidacaofunc</string>
|
||||
</void>
|
||||
<void index="44">
|
||||
<string>userValidacaoGestor</string>
|
||||
</void>
|
||||
<void index="45">
|
||||
<string>userValidacaoItens</string>
|
||||
</void>
|
||||
<void index="46">
|
||||
<string>validacaoCorre</string>
|
||||
</void>
|
||||
<void index="47">
|
||||
<string>validacaoFunc</string>
|
||||
</void>
|
||||
<void index="48">
|
||||
<string>validacaoItens</string>
|
||||
</void>
|
||||
<void index="49">
|
||||
<string>validarMotivo</string>
|
||||
</void>
|
||||
<void index="50">
|
||||
<string>WKNumProces</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>forms</string>
|
||||
<object class="java.util.LinkedList">
|
||||
@ -539,177 +507,358 @@
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_aniversariantes</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Aniversariantes</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>7690</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>camposFormulario, documentoId = 823</string>
|
||||
<array class="java.lang.String" length="55">
|
||||
<void index="0">
|
||||
<string>activity</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_cardapio</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>aprovado</string>
|
||||
<void property="documentDescription">
|
||||
<string>Cardápio do Dia</string>
|
||||
</void>
|
||||
<void index="2">
|
||||
<string>centroCusto</string>
|
||||
<void property="documentId">
|
||||
<int>7695</int>
|
||||
</void>
|
||||
<void index="3">
|
||||
<string>confidencial</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="4">
|
||||
<string>consideracoes</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_convenios</string>
|
||||
</void>
|
||||
<void index="5">
|
||||
<string>consideracoesCompras</string>
|
||||
<void property="documentDescription">
|
||||
<string>Convênios</string>
|
||||
</void>
|
||||
<void index="6">
|
||||
<string>currentUserId</string>
|
||||
<void property="documentId">
|
||||
<int>7703</int>
|
||||
</void>
|
||||
<void index="7">
|
||||
<string>currentUsermail</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="8">
|
||||
<string>currentUserName</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_news</string>
|
||||
</void>
|
||||
<void index="9">
|
||||
<string>dataAbertura</string>
|
||||
<void property="documentDescription">
|
||||
<string>Notícias</string>
|
||||
</void>
|
||||
<void index="10">
|
||||
<string>datainiciotrabalho</string>
|
||||
<void property="documentId">
|
||||
<int>7709</int>
|
||||
</void>
|
||||
<void index="11">
|
||||
<string>dataRealizacaoCompras</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="12">
|
||||
<string>dataUserValidacao</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>compras_digital</string>
|
||||
</void>
|
||||
<void index="13">
|
||||
<string>dataValidacaoCompras</string>
|
||||
<void property="documentDescription">
|
||||
<string>compras_digital</string>
|
||||
</void>
|
||||
<void index="14">
|
||||
<string>dataValidacaoCorre</string>
|
||||
<void property="documentId">
|
||||
<int>9305</int>
|
||||
</void>
|
||||
<void index="15">
|
||||
<string>dataValidacaofunc</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="16">
|
||||
<string>dataValidacaoGestor</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_formulario_processo_admissao</string>
|
||||
</void>
|
||||
<void index="17">
|
||||
<string>dataValidacaoItens</string>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Formulario_Processo_Admissao_Protheus</string>
|
||||
</void>
|
||||
<void index="18">
|
||||
<string>descricaodeperfil</string>
|
||||
<void property="documentId">
|
||||
<int>9626</int>
|
||||
</void>
|
||||
<void index="19">
|
||||
<string>email</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="20">
|
||||
<string>estabelecimento</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_cadastro_status</string>
|
||||
</void>
|
||||
<void index="21">
|
||||
<string>estado</string>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Status</string>
|
||||
</void>
|
||||
<void index="22">
|
||||
<string>fardamentoPronto</string>
|
||||
<void property="documentId">
|
||||
<int>9627</int>
|
||||
</void>
|
||||
<void index="23">
|
||||
<string>formMode</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="24">
|
||||
<string>funcao</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_configuracoes</string>
|
||||
</void>
|
||||
<void index="25">
|
||||
<string>gestorEmail</string>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Configuracoes</string>
|
||||
</void>
|
||||
<void index="26">
|
||||
<string>gestorNome</string>
|
||||
<void property="documentId">
|
||||
<int>9628</int>
|
||||
</void>
|
||||
<void index="27">
|
||||
<string>gestor_cc</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="28">
|
||||
<string>itensinicio</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_cadastro_jornada</string>
|
||||
</void>
|
||||
<void index="29">
|
||||
<string>justificativa</string>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Jornada</string>
|
||||
</void>
|
||||
<void index="30">
|
||||
<string>justificativaDecisaoCompras</string>
|
||||
<void property="documentId">
|
||||
<int>9629</int>
|
||||
</void>
|
||||
<void index="31">
|
||||
<string>justificativaDecisaoCorre</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="32">
|
||||
<string>justificativaDecisaoFunc</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_tipo_documento</string>
|
||||
</void>
|
||||
<void index="33">
|
||||
<string>justificativaDecisaoGestor</string>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Tipo_Documento</string>
|
||||
</void>
|
||||
<void index="34">
|
||||
<string>justificativaDecisaoItens</string>
|
||||
<void property="documentId">
|
||||
<int>9630</int>
|
||||
</void>
|
||||
<void index="35">
|
||||
<string>nomedocandidato</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="36">
|
||||
<string>ratingValue</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_dataset</string>
|
||||
</void>
|
||||
<void index="37">
|
||||
<string>requesterId</string>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Dataset</string>
|
||||
</void>
|
||||
<void index="38">
|
||||
<string>requesterMail</string>
|
||||
<void property="documentId">
|
||||
<int>9631</int>
|
||||
</void>
|
||||
<void index="39">
|
||||
<string>requesterName</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="40">
|
||||
<string>situacaoResolvida</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_configuracao</string>
|
||||
</void>
|
||||
<void index="41">
|
||||
<string>telefone</string>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Configuracoes</string>
|
||||
</void>
|
||||
<void index="42">
|
||||
<string>urgente</string>
|
||||
<void property="documentId">
|
||||
<int>9632</int>
|
||||
</void>
|
||||
<void index="43">
|
||||
<string>userRealizacaoCompras</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="44">
|
||||
<string>userValidacao</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_beneficio</string>
|
||||
</void>
|
||||
<void index="45">
|
||||
<string>userValidacaoCompras</string>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Beneficios</string>
|
||||
</void>
|
||||
<void index="46">
|
||||
<string>userValidacaoCorre</string>
|
||||
<void property="documentId">
|
||||
<int>9633</int>
|
||||
</void>
|
||||
<void index="47">
|
||||
<string>userValidacaofunc</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="48">
|
||||
<string>userValidacaoGestor</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_compl_contrato</string>
|
||||
</void>
|
||||
<void index="49">
|
||||
<string>userValidacaoItens</string>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Comp_Contrato</string>
|
||||
</void>
|
||||
<void index="50">
|
||||
<string>validacaoCorre</string>
|
||||
<void property="documentId">
|
||||
<int>9634</int>
|
||||
</void>
|
||||
<void index="51">
|
||||
<string>validacaoFunc</string>
|
||||
</object>
|
||||
</void>
|
||||
<void index="52">
|
||||
<string>validacaoItens</string>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_funcao_jornada</string>
|
||||
</void>
|
||||
<void index="53">
|
||||
<string>validarMotivo</string>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Funcao_Jornada</string>
|
||||
</void>
|
||||
<void index="54">
|
||||
<string>WKNumProces</string>
|
||||
<void property="documentId">
|
||||
<int>9635</int>
|
||||
</void>
|
||||
</array>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_dataset_estrutura</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Dataset_Estrutura</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9636</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_grupo_tipo_contrato</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Grupo_Tipo_Contrato</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9637</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_tipo_contrato</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Tipo_Contrato</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9638</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_traducao_campo_valor</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Traducao_Campo_Valor</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9639</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_restricoes_cpf</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Formulario_Restricao_CPF</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9640</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_compl_vt</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Compl_VT</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9641</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_traducao_campo</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Traducao_Campo</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9995</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>desligamento</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>desligamento</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>12959</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>checklist</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>checklist</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>40213</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_lancamento_documento</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_lancamento_documento</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>41254</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>transferenciav2</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>transferência</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>43582</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>desligamentov2</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>desligamentov2</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>46963</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</java>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 46 KiB |
Loading…
x
Reference in New Issue
Block a user