You can create database view and then add the detail based on it. Please note that there are some limitations in this case - you will be able to view the detail content, though there will be no option to edit it or add new data there.
Thank you Lisa. I miss that I need to filter the data based on some contact field. For example: get records for the new entity where some field match with contact city.
I need block the edition of one field in a detail list. I try:
attributes:{// Determines whether the editing is enabled."IsEditable":{// Data type — logic.
dataValueType: Terrasoft.DataValueType.BOOLEAN,
// Attribute type — virtual column of the view model.
type: Terrasoft.ViewModelColumnType.VIRTUAL_COLUMN,
// Set value.
value:true},
"UsrPorcentaje":{
enabled:false}},
If speak about the detail filter I still don't see the difference. Could you add more information?
Answering your second question. There is no anything special between changing something in a detail and edit page. So you will need to create an attribute with dependencies and to set what method will fire when the attribute is changed. For example here is an example for an edit page
Or you may look at BaseProductDetailPageV2 schema:
Yes, It works for me. I tested this yesterday. I told you, check BaseProductDetailPageV2 schema. The setTaxAmount method will be launched when you change some of the dependent columns in an order in a product editable list
In the BaseProductDetailPageV2 the attributes is work on the edit page. I don't have a edit page. I need put the filter in the lookup listed in the editable list detail to filter the field in the image, the equivalent of ProductDetailV2. Exist a example of that?
Just try it and you will see it works. You may also use Detail wizard from the parent page to add some business rules such filters and making fields editalble and you will see that these rules work in an editable list and stored in a DetailPageV2.
I have no button to export the translations in the system. I have allowed the rights to the ‘Export list records’ operation in the Operation permissions section in System Designer.
The export option in Translations is available starting from 7.12.2 system version. In all the previous versions you need to add the lookup for Translations and export the data from it.
Lily i want put the pint on the map and then get the GPSN, GPSE. Then with this cordenate get the address. The problem is move the pin on the map, is blocked.
Unfortunately, there is no such possibility to achieve your goals with basic functionality.
However, you can replace OsmMapsModule and apply any custom logic you would like. Please note, that when replacing the module, you need to copy the entire code of the parent schema (OsmMapsModule).
Also, here you can find more information on available possibilities of Open street maps, its API, marker variations and example of how to work with them:
It depends on the purpose of the designed business process. If you want to filter something you should add condition like on the screenshot http://prntscr.com/jxfbnp and specify exact date. For example 15.06.2018. And you will get the result for this day. The same one is for the next mount. If you want to build formula you should specify condition like on the screenshot http://prntscr.com/jxfc6b. If it hasn't helped please describe the idea of the business process that you are creating.
Thank you Jean, really appreciate it, I tried but I dont think I know how to get rid of the errors on the script task... Asked support for help in the meantime!