DisplayName2
Participant
Member since ‎04-23-2021

User Statistics

  • 45 Posts
  • 0 Solutions
  • 69 Kudos given
  • 4 Kudos received

User Activity

HiI have Customer with phone number +48 202402071418Next I'm making Customer query by Phone, like this: (note it's "2402071418" not "202402071418" in parameter) var customerQueryComm = Customer.QueryByCommunicationData; customerQueryComm_SelParams.Ad...
Having this test flow: 229kB was fast 1871kB is 15minuts and counting 5163kB will take I don't know how long, 2000kB was about 2h !!! Is this normal SAP behavior? This flow is for illustration only, in real life I have Sender->One Decod...
I need to write down the information: yes/no. This is a logical bool value. But I still want to know whether this value has been set or not. Ideally, you'll want to have a data type that starts null. Then I could check: var foo = this.Answer;...
I have Internal Communication between Service Request and my CBO. The CBO is created when changes in Ticket are made. Now I want to do some validations, so in BeforeSave of my CBO I set some Flag and test against it in Validation-OnSave. Then I rai...
This is my settings and runtime configuration but on every deploy I have this runtime profile selector that does nothing because I have one profile anyway