Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
languagejs
themeMidnight
titleExemplo de retorno
{
	"SB1": {
		"fields": [
			{
				"group": "",
				"order": "02",
				"folder": "1",
				"field": "B1_COD",
				"title": "Codigo",
				"type": "C",
				"combobox": [],
				"size": 30,
				"virtual": false,
				"protectedData": false,
				"userField": false,
				"picture": "@!",
				"canChange": true,
				"decimal": 0,
				"description": "Codigo do Produto"
			},
		],
		"groups": [],
		"folders": [
			{
				"title": "Cadastrais",
				"id": "1"
			},
			{
				"title": "Impostos",
				"id": "2"
			},
			{
				"title": "MRP / Suprimentos",
				"id": "3"
			},
			{
				"title": "C.Q.",
				"id": "4"
			},
			{
				"title": "Atendimento",
				"id": "5"
			},
			{
				"title": "Direitos autorais",
				"id": "6"
			},
			{
				"title": "Mat / Med",
				"id": "7"
			},
			{
				"title": "Garantia Estendida",
				"id": "8"
			}
		]
	},
	"SED": {
		"fields": [
			{
				"group": "",
				"order": "02",
				"folder": "1",
				"field": "ED_CODIGO",
				"title": "Codigo",
				"type": "C",
				"combobox": [],
				"size": 10,
				"virtual": false,
				"protectedData": false,
				"userField": false,
				"picture": "@!",
				"canChange": true,
				"decimal": 0,
				"description": "Codigo da Natureza"
			},
		],
		"groups": [],
		"folders": [
			{
				"title": "Dados da Natureza",
				"id": "1"
			},
			{
				"title": "Impostos",
				"id": "2"
			},
			{
				"title": "Fiscal",
				"id": "3"
			},
			{
				"title": "Jurídico",
				"id": "4"
			},
			{
				"title": "Dados Contábeis",
				"id": "5"
			}
		]
	}
}
Informações
titleFeatures
Foram adicionados ao retorno os campos browse e required. Os mesmos só estarão disponíveis na LIB 20230109 ou superior


Templatedocumentos

HTML
<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}
</style>

...