27. Oktober 2016 15:16
27. Oktober 2016 15:17
27. Oktober 2016 16:11
27. Oktober 2016 16:28
27. Oktober 2016 16:54
27. Oktober 2016 17:38
jglathe hat geschrieben:Hmm. Die Entwicklerhilfe benutzt man nun schon mal häufiger... unverständlich das auf MSDN auszulagern. Das die Suche nicht funktioniert ist leider normal...
28. Oktober 2016 08:34
28. Oktober 2016 09:30
28. Oktober 2016 10:12
28. Oktober 2016 11:51
28. Oktober 2016 14:51
2. November 2016 12:00
Natalie hat geschrieben:Seit NAV 2017 wird der DevClient ohne integrierte Onlinehilfe ausgeliefert; der gesamte Inhalt für NAV 2017 ist stattdessen unter https://msdn.microsoft.com/en-us/dynamics-nav/index verfügbar.
Aktuell läuft noch die Indizierung der Artikel, das heißt, noch liefert die Suche dort kein Ergebnis. Das wird sich aber noch ändern.
2. November 2016 16:14
// INSERT und MODIFY wird je nach Ausgangslage ausgeführt
PaymentTerms.INIT;
PaymentTerms.Code := 'XXXX';
PaymentTerms.Description := 'XY';
IF NOT PaymentTerms.INSERT THEN
PaymentTerms.MODIFY;
// Nur INSERT. MODIFY wird nicht ausgeführt, Windowsclient stürzt ab
Customer.INIT;
Customer."No." := 'XXXX';
Customer.Name := 'XY';
IF NOT Customer.INSERT THEN
Customer.MODIFY;
2. November 2016 16:58
Category: EventSubscription
Message <ii>EventSignature failure: SubScriber assy = Microsoft.Dynamics.Nav.BusinessApplication.Codeunit1854, NavAppGroup_49a42569b24519d2383ad6888fae1e4a, Version=10.0.13682.0, Culture=neutral, PublicKeyToken=null, target assy = Microsoft.Dynamics.Nav.BusinessApplication.Codeunit1854, NavAppGroup_49a42569b24519d2383ad6888fae1e4a, Version=10.0.13682.0, Culture=neutral, PublicKeyToken=null, Subscriber signature = 'System.Void Microsoft.Dynamics.Nav.BusinessApplication.Codeunit1854.OnAfterCurrPurchaseOrder(Microsoft.Dynamics.Nav.Runtime.INavRecordHandle rec)', target signature = 'Microsoft.Dynamics.Nav.BusinessApplication.Codeunit1854 Item Sales Forecast Notifier[ID=1854](Microsoft.Dynamics.Nav.BusinessApplication.Record38)', exception = System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Dynamics.Nav.Types.Exceptions.NavNCLDebuggerActivityAbortedException: Die aktuelle Aktion wurde vom Debugger beendet.
at Microsoft.Dynamics.Nav.Runtime.Debugger.DebugRuntime.ProcessBreak(NavMethodScope methodScope, Exception exception, Boolean setIgnoreSkip)
at Microsoft.Dynamics.Nav.Runtime.Debugger.DebugRuntime.ProcessException(NavMethodScope methodScope, Exception exception)
at Microsoft.Dynamics.Nav.Runtime.ExecutionListener.CompoundExecutionListener.ProcessException(NavMethodScope methodScope, Exception exception)
at Microsoft.Dynamics.Nav.Runtime.NavMethodScope.ProcessException(Exception exception)
at Filter.InvokeWithFilter(NavMethodScope )
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Dynamics.Nav.EventSubscription.NavEventScope.CallEventSubscriber(NavEventSubscription subscriber, NavApplicationObjectBase subscriberInstance, Object[] parameters)</ii>
ProcessId: 12496
Tag: 00000BC
ThreadId: 33
CounterInformation:
Category: EventSubscription
Message <ii>(TargetInvocationException): <ii>Exception has been thrown by the target of an invocation.
StackTrace:
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Dynamics.Nav.EventSubscription.NavEventScope.CallEventSubscriber(NavEventSubscription subscriber, NavApplicationObjectBase subscriberInstance, Object[] parameters)
</ii></ii>
ProcessId: 12496
Tag: 000008W
ThreadId: 11
3. November 2016 10:27
3. November 2016 11:03
4. November 2016 11:40
Natalie hat geschrieben:Seit NAV 2017 wird der DevClient ohne integrierte Onlinehilfe ausgeliefert; der gesamte Inhalt für NAV 2017 ist stattdessen unter https://msdn.microsoft.com/en-us/dynamics-nav/index verfügbar.
This means that you will be able to contribute to our content, such as suggesting new code examples, or making clarifications in our content.
The downside of being one of the first products on a new platform is that the platform is still evolving. As a result, we are not able to publish the Help for our Windows PowerShell cmdlets online yet. But you still have access to Help for the cmdlets and their parameters using the Get-Help command in the Administration shell or the Development Shell.
We have now moved to a new toolset for creating Learn More content that results in far prettier HTML files. You can see this new format in the new, smaller CAB files on the DVD for the RTM version of Dynamics NAV 2017, such as help-en-US.cab.
[...]
So we chose to give you the new Help content on the DVD, and then give you the big packages of rebranded legacy Help later. [...]
Customizations and add-ons on Help Server are the same as before, unless you choose to convert your user assistance to go the same way as we have: Tooltips and a reduced number of conceptual topics on Help Server.
4. November 2016 20:34
5. November 2016 00:00
7. November 2016 09:55
fiddi hat geschrieben:P.S. gibt es eigentlich auch Funktionen, die man einem Kunden zeigen sollte bzw. könnte?
8. November 2016 03:41
11. November 2016 15:50
30. November 2016 10:38
14. Dezember 2016 09:06
20. Dezember 2016 13:33