RE:
Yes, we definitely need a PA activity! For example to build in an approval step for validating master data inside a pipeline.
RE:
For batch-based industries using batch attributes actively, specifically for customer specific attributes, inheriting all the batch information between companies is critical.
RE:
Thomas, keep in mind sorting on the fields depends on the key chosen by the system (not necessarly) the one selected by the programmer. This can affect your sorting order and yield wrong min/max
RE:
its a legal requirement in india under GST Law. As per law we can sent the Material/Goods or any other thing outside the business premises either on the basis of sales invoice or on the basis of challan.if material/goods or any other thing sent outside the organization on the basis of challan then it should be returned back with in 180 days otherwise GST input which we have availed on that item at the time of purchase that input we need to reversed or we need to pay the GST amount to the government as it will be treated as sales in that case.The same requirement exist in some other country also so its a must have functionality as otherwise business doing customization or handling all this manually which is very tough, costly and time consuming activity.
RE:
its a legal requirement in india under GST Law. As per law we can sent the Material/Goods or any other thing outside the business premises either on the basis of sales invoice or on the basis of challan.if material/goods or any other thing sent outside the organization on the basis of challan then it should be returned back with in 180 days otherwise GST input which we have availed on that item at the time of purchase that input we need to reversed or we need to pay the GST amount to the government as it will be treated as sales in that case.The same requirement exist in some other country also so its a must have functionality as otherwise business doing customization or handling all this manually which is very tough, costly and time consuming activity.
RE:
Hi! Is this feature available now?
RE:
I still voted for the idea as it would make code more readable.
RE:
Or you put this condition into a separate function where you exit when the first condition is not met.The exit if the second condition is not met, There are many ways to achieve this.
RE:
When I need min and max of a value, I sort by that field and do FindFirst and FindLast.Depending on how often you need that in a specific table, I create a key with the filter fields and the field to be sorted by.