0
Category:
STATUS DETAILS

Comments

Yes, gives a way to create, say a View that holds the fields we wish to display. It is so annoying to have to create a new template/Copy Project just to get this. Not to mention that Copy Project takes forever to load the new project! Thanks.

Category:

This is required as the movement per parent license plate saves time and money

Category:

It's very significant issue need to be investigated and resolved asap.

Category:

Examples


This fetchxml, using "under", was generated with the current UI (xml formatting modified to pass the malicious input filters):

fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"
  entity name="account"
    attribute name="name" /
    attribute name="accountid" /
    order attribute="name" descending="false" /
    filter type="and"
      condition attribute="accountid" operator="under" /
    /filter
  /entity
/fetch


But this fetchxml, using "above", cannot be generated with the UI (xml formatting modified to pass the malicious input filters):

fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"
  entity name="account"
    attribute name="name" /
    attribute name="accountid" /
    order attribute="name" descending="false" /
    filter type="and">
      condition attribute="accountid" operator="above" /
    /filter
  /entity
/fetch

Category:

Hi,

I have the same error in versione 10.0.29.

Is there any timeline for the resolution?

It's critical for the implementation fo our customer's project.


Kind regards.


Marta Compare

Category:

Made gist with example code GlobalOperationId.al (github.com).



Category:

Any "session scope" solution does not solve this problem. "Session Unique ID" is assigned once at the start of the session and does not change. OnAfter... events do not help because if error happens they might not be called (it depends on how the code is structured). OnBefore... events do not help because you want to clean up after the operation has completed.


We need to distinguish separate "actions" happening within a session. Something like global GlobalOperationId (Guid) that would be created at the start of each AL code invocation and would not change until the operation ends.


GlobalOperationId should be also assignable to help distinguish operations happening in the single user action, e.g. batch posting or some complex integration that does many different things like creating documents, posting, etc.

Category:

This update disappeared from the release schedule again. Really messed up our plans to use Customer Voice.

Category:

I prefer metafields, so we can have an attribute and its value.


Category:

Can this please also be rolled out for Outbound, we can't make use of Real-time yet due to our email opt-out process being driven at a contact level. We use Outbound primarily so all these upgrades on Real-time don't solve the problem for those of us stuck in Outbound.

Category:

  • 1
  • 492
  • 493
  • 494
  • 495
  • 496
  • 497
  • 498
  • 499
  • 500