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

0

macro on smart project

remon saad 3 years ago in Home Portal / Smart Projects updated by Mahmoud Tawfeek 2 years ago 1

Hello everyone,

I need support to add custom field on job for smart project using Marco

0

Avoiding internal messages to be visible when synchronizing mailboxes

Jose Uribe 3 years ago in Home Portal updated 3 years ago 4

We'll synchronize mailboxes for the very first time, and will be those of our sales team. The thing is, we don't want all of their internal email threads to be visible to all in the company through XTRF.

Our concern is: we have some internal clients where we have email addresses of our team as contact persons. So we want to avoid internal email threads being visible to all people through XTRF (imagine a sensitive email between HR and a salesperson, or between our CEO and our CCO). Those could be exposed here.

The thing is, we could internal clients delete the email addresses from key personnel, and we did (by erasing Personal data) but it seems somehow XTRF still remembers those deleted emails addresses, and renders Messages directed to or from those, in the Messages tab.

So the first question is, Why does XTRF still remember an email address in a client even after erasing the contact person? Can that be fixed?

The second question is: Is there a way to exclude from the Messages tab for all clients any messages coming from or going to specific email addresses?

0

Access files through macro

Dennis Rosenbaum 3 years ago in Home Portal / Smart Projects updated 2 years ago 2

Is there anyone who has been able to access the Files of a job, or even from a project in Smart Projects through a macro or custom column.
I need to have acces to the files by a custom column preferably.

There are loads of functions in the JavaDoc that should return the files, but they don't seem to work.

Anyone has a clue?

This is the code that I test as a custom column on a project, but all result in zero's:

#set($project = $utils.unwrap($this))
Project: $project.displayName
Has files: $project.hasFiles()
Has output files: $project.hasOutputFiles()

#foreach($activity in $project.activities)
Activity: $activity.displayName
Workfiles: $activity.workFiles.size()
In files: $activity.inFiles.size()
Input: $activity.input.all.size()
In progress files: $activity.inProgressFiles.size()
Input workfiles for statistics: $activity.inputWorkfilesForStatistics.size()
Out files: $activity.outFiles.size()
Output: $activity.output.all.size()
Workfiles: $activity.workFiles.size()

#end
#foreach($task in $project.tasks)
Task: $task.displayName
Has files: $task.hasFiles()
Available output files: $task.availableOutputFiles.size()
Files for availability request: $task.filesForAvailabilityRequest.size()
Input: $task.input.size()
Input files: $task.inputFiles.size()
Output files: $task.outputFiles.size()
Workflow files: $task.workflowFiles.size()
#end

0
Under review

How to auto exchange the currency in the automated purchase order?

moneim 3 years ago in Home Portal / Smart Projects updated by Bartosz Gumuła (XTRF Solution Architect) 3 years ago 1

When it comes to vendors rates, there are different currency values however our finance only allow vendor payments in EUR. So I need to know if there is a way to apply the auto CUR exchange feature in the POs we issue?

0
Answered

Assigning tasks to vendors by Translation section head

Mahmoud Tawfeek 4 years ago in Home Portal updated 3 years ago 2

Hi,

I wanted to ask about the possibility if the project manager could assign tasks to translation section head, then translation section head assign each task to the available translator or reviewer in his section?

Is this possible?

0
Answered

Job types used in Receivables

Hello,

how would you get a list of the job types used in Receivables?


This job type:

Image 1843


0
Answered

Recalculate Payables in Classic Projects

Monika 4 years ago in Home Portal / Classic Projects updated by Bartosz Gumuła (XTRF Solution Architect) 3 years ago 2

I would like to ask if there could be a way to recalculate Payables, the same way that Receivables can be recalculated in classic projects? 

Right now the only way to update Payables to reflect changes in the provider's price profile is to remove and add again Payables. But if there is such functionality for recalculating Receivables (on the project level), why can't there be a possibility to recalculate Payables on a Job level?

0

Does xtrf have two factor authentication for regular users?

Shoichi Takasaki 4 years ago in Home Portal updated by Marcin Jakubowski 4 years ago 1

It doesn't look like XTRF support 2FA for regular users (like translators, PMs)  based on my search. But I wanted to double check. It would be great if you can share the link to a XTRF.eu website that is confirming it if it does support it. Thank you in advance.

0

Virtual Column no longer working

Ted 4 years ago in Home Portal updated by mark 4 years ago 7

Hi all,

When we started using XTRF we created a virtual column to give us a vendor's paypal email address. (Here's our original post about it where my colleague Mark Bishop shared the code.). We noticed today that the data for that field isn't showing up in our vendor invoice views. (We just get a column of dashes)

Image 1590

 Has this happened for anybody else with a virtual column?

0

[Smart Views] Receivables + Total❓

Hey community,

I'd like to know how can I possibly create a smart view that has the following:

  1. Receivables column 
  2. Project name column
  3. Contact person column
  4. Total agreed column (receivable-based)

Points 2 and 3 are easy, but there's no such a column for receivables (job types from client price profile) or the possibility to show total agreed amounts based on the receivable shown, not the sum of all of them per project.

I tried to do this under the Projects > Jobs tab, but filters will only work for vendor job types.

Do you have any ideas on how I can achieve something like what I describe above?

Thank you for your support,

Joshua