gpayne
(Greg Payne)
June 23, 2020, 4:14pm
7
I have been using cmder on the server since haso posted about it. I am used to grep and this gets me what I need quickly. See link below from @hkeric.wci on it.
Greg
Another thing I do is I have installed CMDER on the Server then I can grep server binary files and then I know which ones to use .NET Reflector or on the Client.
Example - Client Side Only:
What it indicates is that there is a Method, Class or String matchin the text
[image]
[image]
[image]
Lets search for an Error or Warning String
[image]
Lets see who has something with Negative*Quantity
[image]
Lets see who has something with OrderHed.PONum within the Client Adapters/UIApps etc…
…