metasfresh / metasfresh-webui-api-legacy

metasfresh webui API server
GNU General Public License v3.0
30 stars 32 forks source link

Introduce InternalName in webui-api layout data #1023

Open metas-ts opened 6 years ago

metas-ts commented 6 years ago

Is this a bug or feature request?

FR

What is the current behavior?

.. we already have something in the data returned by the API such that we could extract some field-related commands and now can e.g. cy.writeIntoLookupListField('M_Product_Category_ID', 'Z', 'Zwiebeln');

Which are the steps to reproduce?

What is the expected or desired behavior?

Goal: be able to develop a DSL with a bunch of robust metasfresh commands.. e.g.

for this we imho need to have a standard field like internalName with which we annotate the layout data when creating it in the API.

teosarca commented 6 years ago

IMHO we can close this task because it was developed by https://github.com/metasfresh/metasfresh/issues/4491

@metas-ts wdyt?