The Questions & Answers forum is not supported by XTRF anymore. Please address all your questions to the XTRF Support.

Client portal: Client unable to update a job
Several clients have expressed the which to update the files or add files belonging to a projets. The reasons:
- a file has been forgotten
- a content has been updated
- additional files for the same project and job have arrived.
I do not see any ppossibility to do this.
I see that a discussion was conducted on a similar project 5 years ago: https://xtrf.userecho.com/communities/8/topics/964-can-we-make-it-possible-for-a-client-to-continuously-add-files-to-a-project-through-the-client and that 4 years ago XTRF was supposed to work on features resolving the isse (feature unknown to me).
Who has the same problem and who has found a solution or a workaround?

default sales person
Hi,
How is the default Sales Person specified for a new client?
And is it possible to specify this somewhere for all new clients?
Many thanks,
Christiane

Paralell API requests provides incorrect date fields
Issue: Random dates are provided for date fields, when simultaneous or parallel requests are made.
Steps to reproduce:
1. Take a view with more than 25000 records
2. Save the following file as test.sh, providing appropriate values for VIEW_ID and DOMAIN and ACCESSTOKEN
````
#!/bin/bash
rm $1
ACCESSTOKEN='Removed for security'
for (( i = 1; i < 4; i++ )); do
#statements
echo "https://[DOMAIN].s.xtrf.eu/home-api/browser?viewId=[VIEW_ID]&page=$i&q.task.quote.service=9&maxRows=1000&q.task.invoiceable=yes&q.startDate=from($2)"
curl -X 'GET' \
"https://[DOMAIN].s.xtrf.eu/home-api/browser?viewId=[VIEW_ID]&page=$i&q.task.quote.service=9&maxRows=1000&q.task.invoiceable=yes" \
-H 'accept: application/vnd.xtrf-v1+json;charset=UTF-8' \
-H "X-AUTH-ACCESS-TOKEN: $ACCESSTOKEN">>"$1_$i" &
done
wait
cat $1_*>$1
rm $1_*
````
3. From the terminal run,
./test.sh xtrfRequest1.jsonl 168048709288
4. From the terminal run again,
./test.sh xtrfRequest2.jsonl 168048709288
5. Chech the diff of both files.
Expected Result:
Both xtrfRequest1.jsonl and xtrfRequest2.jsonl are equal and have the same records with the same fields.
Actual result:
Some records(Odds: 4 records in 3000) have their date fields modified to random dates. For eg, xtrfRequest1.jsonl's 1 record maylook like
"columns" : [ "268512", "28.02.2023 16:18 GMT", "Service", , "Closed" ]
and the same record in xtrfRequest2.jsonl may look like
"columns" : [ "268512", "27.02.2022 21:15 BST", "Service", , "Closed" ]
Notes:
- Only Date fields are affected
- Only some records are affected and the affected records are random.
- The dates seem to be put from another record, but it maybe completely random as well.

Multiple Change feature to add photo's to more than one client's social media account
Hello Everyone :)
I wanted to ask - is it possible to add a photo to more than one client in the portal at the same time?
We would like to be able to do it in the Main Data -> Social Media tab.
Thanks in advance!

deleting project and/or quotes via api
This is really frustrating.
I'm writing integration tests for my xtrf frontend interface UI.
I'd like to build up a client, add a project or quote to it, delete the project/quote and delete the client, e.g., cleanup.
There's no provision for deleting a project or quote via the api, and I can't delete the client as there is now a project or quote attached to it.
What's up with this?

Macro to add a category to provider invoice
Hi,
I have been trying to create a macro to run after a periodic job that creates invoice specifications which will add a specific category to the invoices specifications created. The reason is, we want to be able to distinguish which branch each provider invoice should be made out and confirm the providers invoice the correct branch.
The problem is, I cannot seem to find how to add a category to a provider invoice using a macro. If it were a custom field (which are not available for provider invoices for some reason), it would be straightforward.
Has anyone done anything similar before?

Awkward handling of contact addition to non active client
We had a recent discovery with a custom app that, as part of its workflow, creates a client contact if not already defined (by email) in the client.
This app failed to take into account the "status" state of the client and would attempt this regardless.
We found the home API is perfectly fine with creating a "person" with first name, last name, email against a "Potential" client. However, when an attempt is made to edit this new contact with mailing address through the client API will issue a access error.
This seems to be an disconnected decision. I would have expected to not being able to add the person in the first place. As this is, the app would create the contact but then failed trying to complete the process making a mess of the contact state.
How would I post a change request to the home API to change this behavior?

Wrong memoQ analysis in XTRF-memoQ integration
Hello,
We have identified that the XTRF-memoQ integration is giving us wrong CAT tool analysis, and we have now to check manually each one of the word counts.
Has anybody else experienced this issue? I have already shared a ticket with support, but was curious to see if anybody else had the same experience.

Change time zone
Hello everyone,
How do we change the time zone of the system? We need to do it since Mexico stopped using summer time as of this year, and our system clock is now one hour ahead. I'm sure it's obvious, but I can't for the life of me figure out how to proceed.
Thanks!

Set Client Project Number with API
Hello,
I am currently using the XTRF API to create classic projects. In the graphical user interface there is an entry "Client project number" at the end. Is it possible to set the value via API? As I have seen it is not a custom field.
Best regards
Norbert
Customer support service by UserEcho